Skip to content

Instantly share code, notes, and snippets.

@Tapanila
Created May 17, 2016 09:26
Show Gist options
  • Save Tapanila/7a7970991fc6b3653a4f4f8ff44f616b to your computer and use it in GitHub Desktop.
Save Tapanila/7a7970991fc6b3653a4f4f8ff44f616b to your computer and use it in GitHub Desktop.
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