CompuServe Messages

Animator VBX

    19-Apr-94 17:50:15
Sb: Animator VBX
Fm: Rich Frank 73030,302
To: all
I have been working with the animation visual basic control (in Visual C++) and for the most part is is working well… I am trying to get the control to play a certain number of frames, pause (with notification), and then continue from that point. I have not been able to get the AnimFrame event to trigger so I can issue a pause. The AnimStop event does work, however. So I set EndFrame to stop at the desired location. Then I set StartFrame and EndFrame to proceed with the second half of the animation. The problem with this method is that the first frame flashes before continuing from the desired frame. Can anyone suggest why I can't get the AnimFrame event to work? I have set FrameEvents true but do not know how to set aaNotify. OR can someone tell me how to play an animation starting from a specific frame without flashing the first frame. Any help would be appreciated. (My VBX dates 12/18/91)