home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / save_pri.swf / scripts / DefineSprite_128 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-03-13  |  133 b   |  12 lines

  1. function removeOne()
  2. {
  3.    gotoAndStop("change");
  4.    play();
  5. }
  6. function reset()
  7. {
  8.    numLives = 3;
  9. }
  10. numLives = 3;
  11. stop();
  12.