home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / HookLine.swf / scripts / DefineSprite_175 / frame_19 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  264 b   |  16 lines

  1. set("/:time",eval("/:time") - 1);
  2. if(7 >= eval("/:time") and 0 < eval("/:time"))
  3. {
  4.    gotoAndPlay(22);
  5. }
  6. else if(0 >= eval("/:time") and eval("/:end") != 1)
  7. {
  8.    set("/:time",0);
  9.    _root.gotoAndPlay("end");
  10.    stop();
  11. }
  12. else
  13. {
  14.    gotoAndPlay(2);
  15. }
  16.