Hello, I am a newbie. I am writing a game for andriod and have done pretty much all. Now when I wanted to make the game over screen and the main menu I got to know about storyboard / composer. All my game is in the main.lua file now.
-
Which one should I use storyboard or composer?
-
How do I copy all my code of the game play which is currently in the main.lua file ? should I be copying it under scene:create (Using the composer’s template) or under scene.show? I know I also have to add my variables to the group indivisually. But do I also have to add the functions to the group? and what about the variabled created inside a function, do I have to add them too?
I hope I cleared my question. I made a mess of my code. It’s going to give me a hard time making the scenes :’( any help would be appreciated. Thanks

