How to "move to next frame" in Corona SDK

Hello!

My name is Haakon, 18 years old from Norway. I am taking a class at my school, called “IT2”, where we mainly use the program Flash CS6, and personally I work on my Mac Book Pro 13". If you are as familiar as I am with Flash CS6, you know how easily you can make a button and just gotoNextFrame. 

        How could I do the similar with Corona SDK, in lua? (In Flash I would use the coding language action script3). Really struggling with this. 

Lets say it like this: I want a button to be shown at the start --> Then “move to” a blank page, without coding the button away!

Hi Haakon,

Creating buttons in Corona is simple, using our widget library. The documentation for that is here:

http://docs.coronalabs.com/api/library/widget/newButton.html

Now, for moving around to different “scenes”, you will need to learn the “Composer” library. This is a little more advanced if you’re just beginning with Corona/Lua, but there are samples and templates which should help you along.

http://docs.coronalabs.com/guide/system/composer/index.html

Best regards,

Brent

Hi Haakon,

Creating buttons in Corona is simple, using our widget library. The documentation for that is here:

http://docs.coronalabs.com/api/library/widget/newButton.html

Now, for moving around to different “scenes”, you will need to learn the “Composer” library. This is a little more advanced if you’re just beginning with Corona/Lua, but there are samples and templates which should help you along.

http://docs.coronalabs.com/guide/system/composer/index.html

Best regards,

Brent