home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / MemoryBodies-Volume2.exe / scripts / DefineSprite_331 / frame_2 / DoAction.as
Text File  |  2004-11-17  |  454b  |  22 lines

  1. FirstCard = 0;
  2. SecondCard = 0;
  3. FirstCardName = "";
  4. SecondCardName = "";
  5. NoOfCardsOut = 0;
  6. ShuffleCards();
  7. CurrentFlipsCount = 945;
  8. CurrentFlips = "Flips: 945";
  9. CurrentPairsCount = 0;
  10. CurrentPairs = "Pairs Matched: 0";
  11. matchedArray = new Array();
  12. n = 1;
  13. while(n < 13)
  14. {
  15.    matchedArray[n] = false;
  16.    n++;
  17. }
  18. PauseButton.PauseText.ButtonText.gotoAndStop(1);
  19. Timer.gotoAndStop("TimerOff");
  20. CardActions.gotoAndPlay("TurnCards");
  21. stop();
  22.