Retry Button NOT Working

drumachine69drumachine69 Member Posts: 3
edited November -1 in Tech Support
I added a Retry button to my game, and it doesn't work. All it does is mess it up. Sometimes it brings you to the wrong level, or it brings you to the right level, but then that level doesn't play right. All I want is for the Retry button to bring the player to the previous Failed level, so the player can try it again.

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    What's your code look like?
  • drumachine69drumachine69 Member Posts: 3
    Actor # 1

    Attribute - game.starCount = 12
    Change scene = Next scene
    Change Attribute - game.level to game.level+1

    Actor # 2

    Actor receives event - Mouse Button is Down
    Attribute - game.level = 1
    go to scene = Level 1 ( continues for other levels )
Sign In or Register to comment.