Actor speed
Hello!
I have an actor, player can control it, using the accelerometer (so the more player tilt, the faster actor moves). I would like this actor to move two times faster if he has 50% of health left.
I have a rule: if game.life is 50, then:
But I have no idea how to move further with this rule
Can anyone please help me?
I have an actor, player can control it, using the accelerometer (so the more player tilt, the faster actor moves). I would like this actor to move two times faster if he has 50% of health left.
I have a rule: if game.life is 50, then:
But I have no idea how to move further with this rule
Can anyone please help me?
Comments