home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / flashstrike / flashstrike.swf / scripts / frame_217 / DoAction.as
Encoding:
Text File  |  2006-02-03  |  233 b   |  10 lines

  1. _root.value = math.round(_root.hits / _root.shots * 100);
  2. if(_root.value == 100)
  3. {
  4.    _root.monster.gotoAndPlay(1);
  5.    _root.gun1.gotoAndPlay("monsterkill");
  6.    _root.kills += 15;
  7. }
  8. _root.targethit = _root.remember;
  9. stop();
  10.