Hi Alex,
you did a great job with your 3D Designer. Just one tiny consideration: as a courtesy to a user like myself, who was not smart enough to click on the same button again in order to stop rotating, why not to do this:
Private Sub ToggleAnimation_Click()
If ToggleAnimation.Caption = "Animate" Then 'CI
AnimatePic
ToggleAnimation.Caption = "Stop"
ElseIf ToggleAnimation.Caption = "Stop" Then
AnimatePic
ToggleAnimation.Caption = "Animate"
End If
End Sub
I think you are perfectly able to develop a code in VB to rotate a 3D Text, which I am missing so much, arent' you?
Again, my warmest thanks for your excellent 3D Designer, and Best wishes to you.
Constantine Ivanov, NY