If you have a long intro before the player can press play, Add a skip option!
First thing you will need to do is insert a Global Variable.
Name it skipIntro and set the number to 0
On the top of your code, add the following:
The images that are part of the long intro is not needed any longer so I turned them all invisible. and set the player to visible
I added this to a :On start of layout and also added the compare variable and set it to equal 1
now I have set up a button and added this:
This will set my variable to 1 and then restart the layout. that is all, attached is the .capx and it might h help you understand.