PDA

View Full Version : Frustrated


nscopex
09-05-2004, 02:27 PM
gamescount.Text = gametime.Caption
If gamecount.Text = 33 Then
games.Text = games.Text + 1
loungestat.Caption = "Games Completed: " & games.Text
End If

Any idea why games.text rise every second that the timer changes. I want it to count total games. So when gametime.caption = 0 i want one text box to add 1, but it continuously adds 1.

nscopex
09-06-2004, 01:53 PM
dont worry, I fixed it