
05-07-2001, 07:41 AM
|
|
why dont you marry it?
|
 |
Join Date: Mar 2001
Location: hmm
Posts: 1,465
|
|
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..
|
|
|