var bar:Sprite=new Sprite();
bar.graphics.clear();
var y:*=stage.stageHeight-(el.sprite.height+margin);
bar.graphics.beginBitmapFill((el.sprite.content as Bitmap).bitmapData);
bar.graphics.drawRect(margin,y,stage.stageWidth-margin*2,el.sprite.height);
bar.graphics.endFill();
el.sprite是Loader
實例。Actionscript:平鋪圖像像背景重複-x
圖像重複-X
我得到奇怪的渲染結果:
什麼,我做錯了什麼?
更新後
哈!有趣。已更新該帖子。它從精靈的中心開始繪製。爲什麼會這樣做? – Somebody 2013-03-09 16:20:46