I am using storyboard in corona sdk. My motto is to go from one state of screen to another and then return to the same state of first screen. So while i transited from first to second and neither purge the scene nor remove it from the memory. But when I go back to again first scene its create function is called again, although the first scene is in memory.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
if you do storyboard.gotoScene("previousone") from the second scene and getting a new 'previous' scene then:
|
|||
|
|