thanks, i forgot to mention the moduel (can't spell) that had thenumb. thanks again!
i ran it, and it works, but now the second form doesn't...
Private Sub Command1_Click( )
pguess = Text1.Text
If pguess = thenumb Then
Form2.Visible = False
Form3.Visible = True
End If
If pguess < thenumb Then
Label1.Caption = "too small"
pscore = pscore - 1
End...
User Profile
Collapse
-
Last edited by JMy; May 22 '06, 12:25 AM. -
vb5 game help
i have a vb5 game in the works and i need help with it. it needs a random number genorator because the player must later guess the number. there is a problom i can't solve. the number is never actually returned. please help. this is the code i have for this function:
Private Sub Command1_Click( )
If Option1.Value = True Then
Randomize
thenumb = Int((15 * Rnd) + 1)
End If
If Option2.Value...
No activity results to display
Show More
Leave a comment: