How to change a scene when it gets to a score

gscgames.incgscgames.inc Member Posts: 5
edited November -1 in Working with GS (Mac)
i really need some help, i am trying to change the scene to a new one after the player has hit a certain score.

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    make a rule when attribute score is greater then or equal to whatever
    -change scene
  • gscgames.incgscgames.inc Member Posts: 5
    thanks so much and one more question How do i play the game till the end and if they get at least a certain amount out of 100 they go to a certain scene..like if they score 70/100
  • DrGlickertDrGlickert Member Posts: 1,135
    Rule, When score attribute is > or = 50 AND < 99 then go to end-game scene 1.

    Insert the numbers of the minimum and maximum for your particular game.
  • gscgames.incgscgames.inc Member Posts: 5
    How about if my game is through a series of different scenes, i don't want to get to like 50 and haven't played all the scenes and the game goes back to the starter menu
  • rlehmrlehm Member Posts: 320
    Add the attribute rule to an invisible actor at the end. If score is > number
    Got to next scene if not spawn an actor explaining "you suck, you need x points to continue, epic fail, click here to try again pansy"
Sign In or Register to comment.