What if i want to make an object tween across my form?
I have
[code=vb]
While Kewlbuttons1.To p > 120
Kewlbuttons1.To p = (Kewlbuttons1.T op - 5)
Wend
[/code]
in a button, but, It just zips across insantly, leaving a black redraw space behind it.
How can I make it smoothly and slowly, go across?
I have
[code=vb]
While Kewlbuttons1.To p > 120
Kewlbuttons1.To p = (Kewlbuttons1.T op - 5)
Wend
[/code]
in a button, but, It just zips across insantly, leaving a black redraw space behind it.
How can I make it smoothly and slowly, go across?
Comment