- Home
·
- Games
·
- Make your Own Game Timer REALLY WORKS!!!!!
Make your Own Game Timer REALLY WORKS!!!!!
Make your Own Game Timer REALLY WORKS!!!!!
Rate Make your Own Game Timer REALLY WORKS!!!!!
(1(1 Vote))
Label1.Caption = Val(Label1.Caption) + 1
End Sub
Private Sub Timer2_Timer()
'SEE WHERE THE 5 IS thats where it stops you can put it to any # to stop the timer
If Label1.Caption = "5" Then
Label1.Caption = "GAME OVER"
Timer1 = False
End If
End Sub
Make your Own Game Timer REALLY WORKS!!!!! Comments
No comments yet — be the first to post one!
Post a Comment