You are on page 1of 1

Private Sub Form_Load() Gio.Text = 25 Do1.BackColor = &HFF& Timer1.Enabled = True Timer2.Enabled = False Timer3.

Enabled = False End Sub Private Sub Timer1_Timer() If Do1.BackColor = &HFF& And Val(Gio.Text) > 0 Then Gio.Text = Val(Gio.Text) - 1 Else Gio.Text = 20 Do1.BackColor = &H80000007 Vang.BackColor = &HFFFF& Timer2.Enabled = True Timer1.Enabled = False End If End Sub Private Sub Timer2_Timer() If Vang.BackColor = &HFFFF& And Val(Gio.Text) > 0 Then Gio.Text = Val(Gio.Text) - 1 Else Gio.Text = 20 Xanh.BackColor = &HFF00& Vang.BackColor = &H80000007 Timer3.Enabled = True Timer2.Enabled = False End If End Sub Private Sub Timer3_Timer() If Xanh.BackColor = &HFF00& And Val(Gio.Text) > 0 Then Gio.Text = Val(Gio.Text) - 1 Else Gio.Text = 20 Do1.BackColor = &HFF& Xanh.BackColor = &H80000007 Timer1.Enabled = True Timer3.Enabled = False End If End Sub

You might also like