Function to redraw Bitmap on Sprite without passing in said Bitmap?

489 views Asked by At

If I have a BitmapData that's already been drawn onto a Sprite. Is there a way to redraw the BitmapData onto a Sprites Graphics object without having to invoke beginBitmapFill and passing in the same BitmapData?

1

There are 1 answers

0
michael On BEST ANSWER