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

  1. winl = "6";
  2. credit -= "1";
  3. if(credit == "0")
  4. {
  5.    gotoAndPlay(88);
  6. }
  7. duplicateMovieClip("/lose","loss","1000" + 16384);
  8. setProperty("loss", _X, "260");
  9. setProperty("loss", _Y, "170");
  10.