Implementing asteroid-like physics

KamazarKamazar Member Posts: 287
edited November -1 in Working with GS (Mac)
I've looked at both the asteroid clone file and the top down racing one. I can't emulate the drift physics. Every time I move my character and let go of the arrow key, it stops suddenly. How do I allow momentum to take-over and just let it slide?

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    Use Change Velocity or Accelerate instead of Move. And add the Drag behavior if needed.
Sign In or Register to comment.