Skip Long Intro/Title on the Same Layout

1
  • 6 favourites

Attached Files

The following files have been attached to this tutorial:

.capx

skipintro.capx

Download now 2.64 MB

Stats

1,155 visits, 1,487 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

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.

.CAPX

skipintro.capx

Download now 2.64 MB
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!