First play banner
Hey guys how to make a title when the first time to play a game you will see this title in the game before playing
I mean if i now click play and go to level 1 i see this message on the banner to tell me how to play and then click got it or ok ?
Comments
Create a boolean attribute called game.firstPlay and set it to true (checked).
Load Attribute key: firstPlay attribute: game.firstPlay
When attribute game.firstPlay is true
[spawn tutorial actor or pause to tutorial scene or...]
Change Attribute game.firstPlay to false
Save Attribute game.firstPlay [key: firstPlay]
Do you have a video about this will be better ?
Someone is not likely to make a video to answer a forum question. Spend a bit of time watching the existing videos people have made, reading tutorials, and most importantly experimenting in GameSalad. Once you've got a better general grasp of things, @tatiang's answer should make perfect sense. He's outlined the few steps you need to take to achieve your result, but you'll need to put some effort in too.