
07-13-2002, 04:44 AM
|
|
Banned
|
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
|
|
|
for one, to shorten the script for the on/off part, use something like
this.on=abs(this.on-1);
if(this.on==1){
//stuff
}
also, you sure the showimg part is right? try setting a drawing height
and
right now the else statement is unsetting the flag if something other than weaponfired happened |
|
|
|