Is there a stop movement command
Posted: Fri Dec 10, 2010 6:12 pm
Ok let me explain the question . Lets say I have a charactor and it moves on its own . Lets say the code is
x+=5;
Now lets say when the actor collides with an object , how can I make it stop. I can do it now but I know thier is an easier way.
x+=5;
Now lets say when the actor collides with an object , how can I make it stop. I can do it now but I know thier is an easier way.