home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / StackUp.swf / scripts / frame_70 / DoAction.as
Encoding:
Text File  |  2001-07-16  |  199 b   |  9 lines

  1. if((round == "5" or round == "6" or round == "15" or round == "16" or "20" < round) and move and move / "3" == int(move / "3") and rndd)
  2. {
  3.    gotoAndPlay(111);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(79);
  8. }
  9.