How can I make levels unlock?

cbowers428cbowers428 Member Posts: 176
edited November -1 in Working with GS (Mac)
I thought I fixed this but I didn't. Does anyone have a way that works?

Comments

  • cbowers428cbowers428 Member Posts: 176
    i basically have a platformer and when my actor reaches a certain part at the end of the level i want it to go back to the select level scene and then have the next level unlocked
  • as7494as7494 Member Posts: 70
    when the actor reaches the end, make sure you have a bool set to level complete. then check if this is true, and if its make tell it to go back to the level scene and unlock next level (with another bool)
Sign In or Register to comment.