Quote:
Originally Posted by xAndrewx
no it doesn't...?
HTML Code:
function onCreated()
{
this.showCharacter();
move(2, 2, 0.8, 8);
this.ani = "walk";
}
function onMovementFinished()
{
sleep(5);
this.destroy();
}
|
Reschedule a move() when onMovementFinished() is called.