hello im just wondering if i can cover a sprite with a bitmap, think about a character and covering it with clothes(bitmaps)
i tried adding them as a child
sprite1.addChild(bitmap);
keep in mind that the sprite will be moving around, is there a easiest way to do this?