home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / memory_madness.swf / scripts / frame_108 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  101 b   |  10 lines

  1. if(pcount == count)
  2. {
  3.    uCount = "0";
  4.    gotoAndPlay(119);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(100);
  9. }
  10.