- Nov 28, 2000
- 2,224
- 0
- 0
Ok, im trying to make a little animation to improve my program... but its choppy! i cant seem to get a smooth animation..
Heres the basic code:
1 frame with pictures in it, i want to open the frame in a kinda rolling maner...
Private Sub cmdStart_Click()
Do Until fraPics.Width >= 3000
fraPics.Width = fraPics.Width + 1
DoEvents
Loop
End Sub
What are you supposed to do to make it smooth? The picture in the back flicker, it doesnt look nice at all... is there any other way?
Heres the basic code:
1 frame with pictures in it, i want to open the frame in a kinda rolling maner...
Private Sub cmdStart_Click()
Do Until fraPics.Width >= 3000
fraPics.Width = fraPics.Width + 1
DoEvents
Loop
End Sub
What are you supposed to do to make it smooth? The picture in the back flicker, it doesnt look nice at all... is there any other way?
