How can I make the text move smoother?
Private Sub Timer1_Timer()
If Text1.Top > -15240 Then
Text1.Top = Text1.Top - 200
Else
Text1.Top = 4800
End If
End Sub
The timer interval is set at 300...
|
Results 1 to 9 of 9
Thread: MAKE IT SMOOTHER!!!!!!!Threaded View
|
Click Here to Expand Forum to Full Width |