Hi all,
Is there a way to create some type of pause between layouts (specifically between the menu layout and the level select layout) , so as the player can actually select which game level he/she starts playing on, rather than immediately going to the level directly under the part of the large blue/button they click. (usually level 2)?
Here is the capx file for I'm working with: https://www.dropbox.com/s/5re2kmv68zq1wq9/levelselect.capx?dl=0
You could do something as simple as creating a group (not active on start) in which the button events are and adding a wait action to the on start of layout event before activating the group ..
Develop games in your browser. Powerful, performant & highly capable.
aaa ok thanks - would that only include the mouse events?