Thread: move is a pain!
View Single Post
  #3  
Old 07-26-2004, 04:04 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
NPC Code:

if (created) {
this.textx = x;
this.testy = y;
this.dist = 5;
this.speed = .1;
timeout = 0.05;
}
if (timeout) {
move this.testx,this.testy,this.dist/this.speed,4+2+8;
timeout = 0.05;
}



Seems to work just fine for me.
__________________
Reply With Quote