Making an actor slow down at a certain point
charliehgreen
ArizonaMember Posts: 233
Hello,
So I was trying to figure out how could I make an actor slow down once Score = X for X amount of time.
I just can't get it Ughh!!! I've been trying for a while now.
Could you all please help me?
So I was trying to figure out how could I make an actor slow down once Score = X for X amount of time.
I just can't get it Ughh!!! I've been trying for a while now.
Could you all please help me?
Comments
When attribute game.score=500
Change attribute game.originalSpeed to game.speed
Change attribute game.speed to game.speed/2
Timer after 5 seconds (run to completion checked)
Change attribute game.speed to game.originalSpeed
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Hmmm this sounds like it will work, I'll try this tonight.
Thanks for the tip