Making things and actions stop -
03-25-2009, 09:06 PM
Okay i've the Handsome prince walking, no problem. Hes walking toward the dummy and I want to get him to stop walking when he reaches the specific dummy. I tried everything except the proper solution obviously so I really need some help. Can anyone help me? Thanks.
________ Lovely Wendie
so what u need is a while statement rather using loop.
1.) Set the condition of while statement to [if the object reach the destination] the possible form is <objectA.isCloseTo(1,objectB)>
2.) Inside the while do what u do inside the looping. (you using looping to walk, right?)