home *** CD-ROM | disk | FTP | other *** search
- activePiece = new Array();
- locVect = new Array();
- crowned = new Array();
- crowned2 = new Array();
- _root.flin = 0;
- _root.fcol = 0;
- activePiece[1] = null;
- activePiece[2] = null;
- _root.computerScore = 12;
- _root.playerScore = 12;
- i = 1;
- while(i <= 12)
- {
- crowned[i] = 0;
- i++;
- }
- i = 1;
- while(i <= 12)
- {
- crowned2[i] = 0;
- i++;
- }
- kxxxx = 0;
-