it just going
Greatone
Member Posts: 0
hi , i built a car which move's toward right and left by keyboard
the problem is when is move it to any where it just keeps on going and out of the screen
what can i do to fix this?
Comments
Not knowing how you are moving your character, I can only assume that you are using a rule that changes velocity to move your character when you press a key. You need to add some script to the "Otherwise" section that changes the velocity to 0 while you are not pressing the key.