Thread: move()
View Single Post
  #33  
Old 05-29-2007, 11:41 PM
Deadly_Killer Deadly_Killer is offline
Registered User
Join Date: Feb 2002
Posts: 227
Deadly_Killer is on a distinguished road
Quote:
Originally Posted by xAndrewx View Post
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.
__________________
- Zidane / Zidaya
Reply With Quote