home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FlashTetris.swf / scripts / frame_20 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  212 b   |  10 lines

  1. n = "0";
  2. while(n < "4")
  3. {
  4.    n += "1";
  5.    tellTarget("b" add (x + eval("x" add tc add ts add n) + "20") add (y + eval("y" add tc add ts add n) + "20"))
  6.    {
  7.       gotoAndStop(eval("/:tc") + "1");
  8.    }
  9. }
  10.