Checking an actor??

AppArcadeAppArcade Member Posts: 64
edited November -1 in Working with GS (Mac)
Hi I just wanted to ask a quick question.
How do check if an actor exists? For example if you can only exit a level if you collected all coins or something.

I'm sorry for being such a newb!

Comments

  • AppArcadeAppArcade Member Posts: 64
    tshirtbooth said:
    Hey there

    ok make a game attribute game.coins

    every time your player gets a coin

    change game.coins to game.coins+1
    then lets say there are 10 coins to collect

    rule
    if game.coins = 10
    change scene

    cheers

    Great! thanks TSB!
Sign In or Register to comment.