I have question about calling a scene from storyboard - using the same scene to reload itself.
I am still playing around with Corona and the first app I am writing is a simple trivia game.
I have a main.lua and gamescene.lua. Before going to gamescene.lua, I am setting up an table with 5 questions. When I get to gamescence.lua it loads the first value in the table. I also have a handler for the user selection of a right or wrong answer where I increment the counter for the table. After the user selects either one I wanted to reload the scene I am currently on with new data. Whats the best way to do this? I have tried a couple of different things but I haven’t had any success.
Is the best thing to do here, remove everything from the scene (all the display objects) and call the enterScene method again?
I haven’t found anything on this yet. Any thoughts on how to do something like this? [import]uid: 124716 topic_id: 27082 reply_id: 327082[/import]