When i change to other scene and when i back to first scene the objects don’t restart
I put the files here, if you can help me with the code…
When i change to other scene and when i back to first scene the objects don’t restart
I put the files here, if you can help me with the code…
When i change to other scene and when i back to first scene the objects don’t restart
I put the files here, if you can help me with the code…
Hi ricard,
If my memories are good, when you reload a scene only the enterScene is calling again the createScene is not. if you want to to reload the createScene you have to removeAll the scene. look at the corona API it’s all explain there !
if I was you I would use the new composer scene, storyboard is now old I think ^^ !
and try to put the code and the issue on the forum, it’s better to get answer and for the reading !
I agree with Julio, you really should switch to the Composer API. Storyboard is no longer supported. It might still work, but when the engineers put out new SDK builds, Storyboard is not factored in, meaning it might break. If you code a game around storyboard and then it breaks, you’ll be kicking yourself for not switching to Composer.
When i change to other scene and when i back to first scene the objects don’t restart
I put the files here, if you can help me with the code…
Hi ricard,
If my memories are good, when you reload a scene only the enterScene is calling again the createScene is not. if you want to to reload the createScene you have to removeAll the scene. look at the corona API it’s all explain there !
if I was you I would use the new composer scene, storyboard is now old I think ^^ !
and try to put the code and the issue on the forum, it’s better to get answer and for the reading !
I agree with Julio, you really should switch to the Composer API. Storyboard is no longer supported. It might still work, but when the engineers put out new SDK builds, Storyboard is not factored in, meaning it might break. If you code a game around storyboard and then it breaks, you’ll be kicking yourself for not switching to Composer.