home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OrganismMicroscope.swf / scripts / DefineSprite_72 / frame_4 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  272 b   |  19 lines

  1. nowTime = int((getTimer() - Starttime) / "1000");
  2. kekka = pCount - nowTime;
  3. if("0" >= kekka)
  4. {
  5.    call("keisan");
  6.    tellTarget("../")
  7.    {
  8.       gotoAndStop("OVER");
  9.       play();
  10.    }
  11.    stop();
  12. }
  13. else
  14. {
  15.    call("keisan");
  16.    prevFrame();
  17.    play();
  18. }
  19.