if you got the points update apr 10th
To enable Points for the game
enable Developer Tab click View Code Paste the following
(click this presentation click + icon select the slides code and paste the code)
Slide 2
Sub Black()
Label1.Caption = (Label1.Caption) + 1
End Sub
Sub Yellow()
Label1.Caption = (Label1.Caption) + 2
End Sub
Slide 3
Coming soon……
0 comments