quisiera que cuando la imagen1 llegue a la posicion de las otras 3 imagenes ellas suban pero claro el image1 q regrese a su posicion inicial aqui lo q he hecho
Código
Dim cont As Integer Dim contc As Integer Private Sub Command1_Click() Dim num As Integer Randomize num = Int((3) * Rnd + 1) Text7.Text = num cont = 0 Timer1.Enabled = True Timer1.Interval = 1000 tiempo = InputBox("Escriba el tiempo de Simulacion", "Simulacion de Clinica") Label7.Caption = tiempo End Sub Private Sub Timer1_Timer() Select Case Val(Text7.Text) Case 1: Image1.Left = Image1.Left - 20 If (Image1.Left = -3480) Then Image2.Top = Image2.Top + 20 End If Case 2: Image1.Left = Image1.Left - 20 If (Image1.Left = 2160) Then Image3.Top = Image2.Top + 20 End If Case 3: Image1.Left = Image1.Left - 20 If (Image1.Left = 840) Then Image2.Top = Image2.Top + 20 End If End Select
el boton q esta en la parte de arriba solo es referencia q ahi van ·cajeros, porfa una ayudita