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

  1. if(lev < "6")
  2. {
  3.    gotoAndPlay("l" add lev);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(51);
  8. }
  9.