Created
May 17, 2016 09:26
-
-
Save Tapanila/7a7970991fc6b3653a4f4f8ff44f616b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (clicknumber %2 == 1) { //första klicket. | |
firstclickx = x; | |
firstclicky = y; | |
tempIm = getposition(i,j); | |
board[x][y] = tempIm; | |
this.setChanged(); | |
this.notifyObservers(); | |
return; // den går tillbaka till programmet så att du kan klicka igen | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment