Thread: I need help
View Single Post
  #1  
Old 05-07-2001, 07:41 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Unhappy help me!

I'm making a kamikaze baddy, but the respawn doesn't work right... this is the respawn I'm using....

if (timeout&&this.startrespawn=1) {
this.respawn+=1;
}

if (this.respawn=3) {
show;
setcharani bomboboomarespawn,#f;
//hearts=1
this.x = x;
this.y = y;
this.chase=0;
this.dead=0;
this.startrespawn=0;
this.respawn=0;
}



when I put if (this.respawn=1) instead of 3, it works, but it reapawns just as fast as it dies... help?
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant

Last edited by LilbrojX; 05-07-2001 at 07:56 AM..
Reply With Quote