home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / flashstrike / flashstrike.swf / scripts / DefineSprite_24_Gun2 / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2006-02-03  |  106 b   |  10 lines

  1. _root.reloading = "no";
  2. if(_root.autofire == "yes")
  3. {
  4.    this.play();
  5. }
  6. else
  7. {
  8.    this.stop();
  9. }
  10.