Reseting Specific Actors

jblb2424jblb2424 Member Posts: 65
edited April 2012 in Working with GS (Mac)
Hey All,
I have a quick question, is there a way to reset or "respawn" specific actors in a scene without reseting the entire scene? Because I have a game where you must collect a certain number of coins in a level and if you die, the number of coins in the level resets. Is this possible in game salad? Thanks! :)

Best Answer

  • tenrdrmertenrdrmer Posts: 9,934
    Accepted Answer
    Many Developers use a technique called recycling actors or instant Reset for what you are talking about. basically you have a global attribute called reset and then in all or your actors have a rule when game.reset is true change selfpositionX and selfpositionY back to its original position.

Answers

Sign In or Register to comment.