I’m having an issue with particles being left over when switching from one screen to another. When I switch from page1 to page2, there are particles left over for a second on page2.
I’m using this function on page1 to remove the particles.
[lua]function clean ( event )
Particles.CleanUp()
end[/lua]
I found this forum post as was working with the function mentioned in that post:
http://developer.anscamobile.com/forum/2011/06/27/sampledirectorclass-bug
I’m working with the “Sample Director Class” example provided with Particle Candy.
How would you resolve this?
Demetrius [import]uid: 1380 topic_id: 12280 reply_id: 312280[/import]