I am making a tic tac toe game and i came to a problem i don't understand...
I am trying to make a click sensor to allow an x or an 0 to appear in a label box but since im new to programming i not sure how you would make it appear
I will post my code of the label to see if someone can help
Thanks!
Dim player1 As Char
Dim player2 As Char
If Label1.Text = player1 Then
Label1.Tag = 1
Label1.Text = "X"
Label1.Enabled = False
ElseIf Label1.Text = player2 Then
Label1.Tag = 1
Label1.Text = "0"
Label1.Enabled = False

New Topic/Question
Reply



MultiQuote







|