home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / flashstrike / flashstrike.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-03  |  132 b   |  8 lines

  1. on(release){
  2.    _root.lives = 4;
  3.    _root.health = 4;
  4.    _root.targethit = 3;
  5.    _root.remember = 3;
  6.    _root.nextFrame();
  7. }
  8.