Softwave Posted December 10, 2014 Share Posted December 10, 2014 How do I go about adding a sprite to bitmap data? I can use bmd.draw('sprite');and that seems like it works but apparently the sprites pixels don't get added to the bitmap data so I can do things with it? I've also tried bmd.copy('sprite');And the image shows up initially but doing anything with bmd.processPixelRGB makes the added image disappear and evidently it's the pixels aren't actually added to bitmapdata? Link to comment Share on other sites More sharing options...
Softwave Posted December 11, 2014 Author Share Posted December 11, 2014 Figured it out. Calling bmd.update();does what I needed. Link to comment Share on other sites More sharing options...
Recommended Posts