Navigate your game layouts to ONE result layout with correct responses

1

Index

Attached Files

The following files have been attached to this tutorial:

.capx

example-capx.capx

Download now 185.09 KB

Stats

4,766 visits, 8,652 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.

Start

Design layout & make it work

First, create a new project, design the "Choose game" layout like this

Create 3 layouts detailed above, go to Start event sheet, edit it like below

Edit 3 game layouts, add some specific things to each layout like these. In this tutorial, I just want to show an example, show I can clone layout. I will type 3 different values in 3 layouts.

In these 3 layouts, you can add an another event sheet that has the main game, then in the specific sheets, include that event sheet like this.

In fact, in this example, the included sheet does not have any events.

In the specific sheets, make some events like this

Add a global variable. This will help the result event sheet to know what the previous layout is.

So in the specific sheets, when someone clicks the button, we will wait for 1 sec, then set the value of the variable. For example, set 1 for Game 1, 2 for Game 2, and 3 for Game 3

Remember to reset the variable on start of layout!

  • 0 Comments

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