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

  1. men -= "1";
  2. if(men >= "1")
  3. {
  4.    tellTarget("/movMen")
  5.    {
  6.       gotoAndStop(eval("../:men"));
  7.    }
  8.    pCount = "0";
  9.    userResponse = "0";
  10.    gotoAndPlay(95);
  11. }
  12. else
  13. {
  14.    gotoAndStop(160);
  15. }
  16.