First play banner

Add someAdd some Member Posts: 48
edited October 2015 in Working with GS (Mac)

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

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    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]

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

  • Add someAdd some Member Posts: 48

    Do you have a video about this will be better ?

  • ArmellineArmelline Member, PRO Posts: 5,368

    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.

Sign In or Register to comment.