Graphics issues

All, I am working on a game that has some sprite explosions. After a couple of explosions in clocse proximity, or on top of my buttons (pause, exit, etc) the buttons’ graphics starts to get screwed up. Does anyone know of a way to do a screen refresh, or is the sprites lingering on screen even though their animation has complete. Any help would be appreciated.

Thanks,
Alex [import]uid: 55144 topic_id: 11271 reply_id: 311271[/import]

Hey there!

Check this link out:

http://developer.anscamobile.com/content/memory-management-changes-corona-sdk-beta-8

You might be running into your guess about the sprites still remaining around even though the animation is done. You’ll have to set each explosion instance to ‘nil’ and then you should be good to go. Do you want to post some code so we can take a look at it? It might help out! [import]uid: 11636 topic_id: 11271 reply_id: 40887[/import]