Particles Left Over Switching Between Screens

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.

1
2
3
function clean ( event )
Particles.CleanUp()
end

We'd need to see your particle setup to give a detailed answer. In general, you should

- First create a scene, then add your emitter
- Before(!) a scene change, call CleanUp(), then change scene
- Same procedure with the next scene

Are you using the same emitter in both scenes, for example? If so, you should stop the emitter before switching scenes, otherwise it will continue to emit particles in the new scene as well.

views:1277 update:2011/10/14 9:11:21
corona forums © 2003-2011