home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Dyno.swf / scripts / DefineSprite_44 / frame_2 / DoAction.as
Encoding:
Text File  |  2001-07-12  |  140 b   |  10 lines

  1. stop();
  2. if(getProperty("/lives", _currentframe) == "4")
  3. {
  4.    nextFrame();
  5. }
  6. if(eval("/score:count") == "2")
  7. {
  8.    gotoAndStop(4);
  9. }
  10.