This is my loop can anyone tell me why it doesn't work??
VB Code:
Do Until intDie12 = intDie34 intDie3 = Rand(1, 6) intDie4 = Rand(1, 6) Dice3(intDie3 - 1).Visible = True Dice4(intDie4 - 1).Visible = True intDie12 = intDie1 + intDie2 intDie34 = intDie3 + intDie4 If intDie12 = intDie34 Then lblWinner.Visible = True lblAmount.Caption = "Player's Total Money: $" & intAmount End If Loop





Reply With Quote