
05-31-2003, 06:42 PM
|
|
That Guy
|
 |
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
|
|
|
if you don't want any time between it changing directions, you don't need timeout either.. add the right # to the end of the move command (see newfeatures2002) to make it call movementfinished, then use:
if(movementfinished){ (i could be wrong, make sure that event is right too)
move command here again
} |
|
|
|