home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / check.swf / scripts / frame_3 / DoAction.as < prev   
Encoding:
Text File  |  2006-06-13  |  366 b   |  24 lines

  1. activePiece = new Array();
  2. locVect = new Array();
  3. crowned = new Array();
  4. crowned2 = new Array();
  5. _root.flin = 0;
  6. _root.fcol = 0;
  7. activePiece[1] = null;
  8. activePiece[2] = null;
  9. _root.computerScore = 12;
  10. _root.playerScore = 12;
  11. i = 1;
  12. while(i <= 12)
  13. {
  14.    crowned[i] = 0;
  15.    i++;
  16. }
  17. i = 1;
  18. while(i <= 12)
  19. {
  20.    crowned2[i] = 0;
  21.    i++;
  22. }
  23. kxxxx = 0;
  24.