0
votes
0answers
63 views

Faking Display tree (Sprite) parent child relationships with rasters (BitmapData) in ActionScript 3

I am working with Rasters (bitmapData) and blliting (copypixels) in a 2d-game in actionscript 3. I like how you can move a sprite and it moves all it's children, and you can simultaneously move the ...