Sprites/ images rolling over to new screen! HELP!

Hi guys;

My little indie team are currently creating a puzzle based game- when the first sprite/image leads on to the next one and so forth etc.

We’re having a major issue with the sprites/images of one screen rolling over to the next screen when the player moves forward. Basically we’re getting unwanted sprites on the screen that should essentially have disappeared when the player finished the previous sequence.

Really would love some help, or guidance with this -if anyone can help out that would be great. Our poor programmer is new to corona, and i think this is out of his depth =S

Aileen [import]uid: 53558 topic_id: 28085 reply_id: 328085[/import]

Use a table to keep track of all sprites that are to be removed. When you proceed to the next scene, loop through the table and use display.remove to remove them. Then reset the table. [import]uid: 108204 topic_id: 28085 reply_id: 113480[/import]