Hi
I have one question for scene management ,I have "main" scene where I put labels, than when I click on that label I call method from which I open my second scene with Flip over X axis effect , then when I wish return from my second scene to my first scene using the same flip over axis effect , in one moment at that process , flipping stops , and then after 1 sek open main scene. What I noticed that in that moment when flipping stops my second scene execute Init() method ? So my qestion was how can I stop execution of init method when I return from scene ?
PS.
How can I create scroll scene effect for example when I wish switch from scene 1 to scene 2 I wish to use scroll slide effect.
Thanks