This should help.Code:Private Sub InitImage() Image1.X = Rnd(Me.Width) Image1.Y = Me.Height End Sub Private Sub Timer1_Timer() Image1.Y = Image1.Y - 60 End Sub
|
Results 1 to 2 of 2
Thread: getting thing to moveThreaded View
|
Click Here to Expand Forum to Full Width |