View Single Post
  #6  
Old 08-30-2002, 02:40 AM
RavenTelvecho RavenTelvecho is offline
Registered User
RavenTelvecho's Avatar
Join Date: Apr 2002
Location: Toronto, Ontario, Canada
Posts: 0
RavenTelvecho is on a distinguished road
Send a message via ICQ to RavenTelvecho Send a message via AIM to RavenTelvecho Send a message via Yahoo to RavenTelvecho
R0bin: This is a modification of Kaimetsu's code, and if you use it in graal with a black background, a wierd (as in scary) pattern emerges.

NPC Code:

NPC Code:

if(created){
num=100;
zoomfactor=1;
angfactor=-1;
timeout=0.05;
}
if (timeout) {
num=num+10;
angfactor=angfactor+0.001;
zoomfactor=zoomfactor+0.001;
for(i=int(num*0.1);i!=num;i++){
temp=i*0.6;
temp2=zoomfactor*i/num;
showimg i,@O,200+cos(i*angfactor)*temp-temp2*8,200+sin(i*angfactor)*temp-temp2*8;
changeimgvis i,4;
changeimgcolors i,0,i,i,1;
changeimgzoom i,temp2;
}
timeout=0.05;
}




__________________

^tuff newbie ;x
RavenTelvecho
!Booj
we are 'brothers'
Reply With Quote