Thread: Lantern
View Single Post
  #2  
Old 07-13-2002, 04:44 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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
Reply With Quote