Wednesday, August 5, 2009

eXcErCisE 1


Private Sub cmdCLICK_Click()
Coins.Visible = False

lbl1.Caption = Int(Rnd * 10)
lbl2.Caption = Int(Rnd * 10)
lbl3.Caption = Int(Rnd * 10)

If (lbl1.Caption = 7) Or (lbl2.Caption = 7) Or (lbl3.Caption = 7) Then
Coins.Visible = True


Beep
End If
End Sub

No comments:

Post a Comment