Thread: Shop Help
View Single Post
  #10  
Old 02-08-2002, 05:23 AM
Wes2000 Wes2000 is offline
Registered User
Join Date: Dec 2001
Posts: 57
Wes2000 is on a distinguished road
Send a message via AIM to Wes2000
i know this is kinda stupid but:

if (playerenters) {
toweapons Fire Wall;
}
if(weaponfired){
freezeplayer 3;
playersprite=24;
timeout=.5;
this.pwr=1;
this.radius=4;
if(playerdir=3)this.angle=(3*3.14)/2;
if(playerdir=0)this.angle=(3*3.14)/4;
if(playerdir=1)this.angle=3.14/2;
if(playerdir=2)this.angle=3.14/4; }
if(timeout&&this.radius<15){timeout=.05;
this.x=playerx+.5+cos(this.angle)*this.radius;
this.y=playery+.5+sin(this.angle)*this.radius;
putexplosion this.pwr,this.x,this.y; this.radius+=.2;
this.pwr+=.1;
this.angle+=.314}

it makes the fire get bigger as it goes around lol
__________________
Reply With Quote