Car crash!

ReismehlReismehl Member Posts: 12
edited February 2012 in Working with GS (Mac)
Hi!
Im working on a game for iOS where a man has to run over a trafficked road. But if he is hit by a car, i want the game to pause, then reset itself.
Thing is, Im stuck.
I've tried two things:

Rule: If actor collides with car - then Reset Game.

I also made a integer, and created the rule:

Rule: If actor collides with car - set integer to 1
Rule: If Integer=1 - Reset Game


In both cases, the actors simply overlaps each other, and keeps going.
Any ideas on what Im doing wrong?


Comments

Sign In or Register to comment.