View Single Post
  #2  
Old 09-03-2002, 02:52 AM
Torankusu_2002 Torankusu_2002 is offline
'been round.
Torankusu_2002's Avatar
Join Date: Nov 2001
Posts: 1,246
Torankusu_2002 is on a distinguished road
Quote:
Originally posted by Kaimetsu
All you need is showimg and changeimgcolors - the movement then is up to you. You could do:

NPC Code:

if(playerenters) timeout=0.05;
if(timeout){
timeout=0.05;
this.hi++;
showimg 0,light2.png,this.hi,30;
changeimgcolors 0,1,1,1,0.99;
}



Or you could go more complicated and use trigonometry and stuff. There's no simple answer here.
I knew that much, but I was wondering about circles or something similar to it.
__________________
torankusu's
Reply With Quote