
02-12-2002, 09:13 AM
|
|
Registered User
|
 |
Join Date: Jan 2002
Location: Earth
Posts: 0
|
|
|
first off use keydown's in a timeout event, and dont use triggeraction
do like this
if (weaponfired) {
if (this.hatbrowsin==0) {
this.hatbrowsin=1;
timeout=.1;
} else { this.hatbrowsin=0; }
} |
|
|
|