Quick question on Bitmap repeat x and y, i tried the following and it doesn’t work
mySprite.graphics.beginBitmapFill(myFill);
mySprite.graphics.drawRect(-5, -5, 10, 10);
mySprite.graphics.endFill();
is it because you need to have a matrix
public function beginBitmapFill(bitmap:BitmapData, matrix:Matrix = null, repeat:Boolean = true, smooth:Boolean = false):void
Cheers
Bill
Problem solved