Rules: Change Scene

justinsunshinelv@gmail.comjustinsunshinelv@gmail.com Member Posts: 0
edited October 2012 in Working with GS (Mac)
Does anyone know if it is possible to add a rule to an actor, where when you touch the actor you change to a RANDOM scene? Any help would be greatly appreciated.. Thanks!

Comments

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    edited October 2012

    justinsunshinelv@gmail.com

    Hi Justin, make an integer att., call it SceneGo

    In your Actor's Rules:

    When touch is pressed
    Change Attribute SceneGo to random (1,??) ----?? being your max. amount of scenes

    When SceneGo =1
    Change Scene Scene 1

    When SceneGo =2
    Change Scene Scene 2

    When SceneGo =3
    Change Scene Scene 3

    etc.

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

Sign In or Register to comment.