Thread: Image Effects!
View Single Post
  #14  
Old 08-30-2002, 09:18 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:
if(created){
x=x-(1/16);
timeout=0.05;
this.imgwidth=394;
this.imgheight=260;
hide;
}
if(timeout){
timeout=0.05;
this.speed+=4;
for(i=this.imgwidth;i!=0;i--{
showimg i,#f,x+(i/16),y+sin((i+this.speed)*0.03);
changeimgpart i,i,0,1,this.imgheight;
}
}

I edited kai's code so you could use it in-level.
__________________

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