First run screen, is it possible?

bluelotusbluelotus Member Posts: 96
edited November -1 in Working with GS (Mac)
Does anyone know if there is a way to create a scene that only runs on the first launch of the game?

Comments

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    Hi bluelotus; yes, that's possible. A few pointers for you: you'll need a boolean Game Attribute called, perhaps, ScenePlayed, set to false. Then somewhere you'll need Save Attribute, to save the state of ScenePlayed, as well as a Load Attribute. And before the level in question is run or not, you'll need a Rule: when Attribute ScenePlayed is false, go to the scene that you only want played once, otherwise, go to another scene.

    Bit curious why you'd want this though. I'm sure it's a valid reason to use this if only one person is playing the game, but if another person picks up the device and plays it from the beginning, they'll never know of this mysterious, only-played-once scene...

    :-)

    ---------------------------------------------------------------
    Spiral Gyro Games

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

Sign In or Register to comment.