View Single Post
  #3  
Old 04-16-2002, 07:18 AM
Neonight Neonight is offline
where da wmdz at
Neonight's Avatar
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
Neonight is on a distinguished road
Send a message via AIM to Neonight
Well, first you may want to make a targetting system graphic...
Then you can use something like
if(weaponfired){setgif2;set this.type=1;} (this.type=1 is used for aiming this)
and such to set it, then use this.type=2 for firing the weapon..

That should work, but if you still have trouble, I'll give you another way to do it.
Reply With Quote