Help with resetting actors data after each level

cBrookscBrooks Member, PRO Posts: 40
Hello! Im back.
Today I needed help with something a little different... an actors data and resetting it.
I have a game where you colour platforms to jump on them. On my 1st level you colour an actor called 'platform1' so you can jump on it and escape the level. On level 2 I use 'platform1' again but it is already coloured from the previous level and it ruins the challenge of the level. Is there any way to reset 'platform1' each level so it resets and goes un-coloured after you complete each level? Any help would be appreciated. Thanks

Comments

  • UtopianGamesUtopianGames Member Posts: 5,692
    If your using game attributes like a boolean or integer it will save its state when you go to the next level so you need to reset these back to the defaults when level is complete or at the start of the new level.

    Darren.
  • cBrookscBrooks Member, PRO Posts: 40
    Oh thank you thank you thank you!
Sign In or Register to comment.