How can I have the effect started before moving into the new scene?

I am using corona storyboard API,how can I have the effect starts before moving into the scene,for example if we have a water fall after moving into the scene it looks strange to have the water emitter to apear. Thanks in advance [import]uid: 141482 topic_id: 31791 reply_id: 331791[/import]

There is an event called willEnterScene(). It’s just like enterScene but fires before it transitions to the scene.

You could copy the template for enterScene(), rename it and don’t forget to add the Runtime listener for it as well.
[import]uid: 19626 topic_id: 31791 reply_id: 126921[/import]

There is an event called willEnterScene(). It’s just like enterScene but fires before it transitions to the scene.

You could copy the template for enterScene(), rename it and don’t forget to add the Runtime listener for it as well.
[import]uid: 19626 topic_id: 31791 reply_id: 126921[/import]