Animator VBX
23-Apr-94 15:08:23
Sb: #97944-Animator VBX
Fm: Rich Frank 73030,302
To: Brian Rudolph [Adesk] 71722,170
I did download the newer version. After a little more research, I
found that we must call the aaNotify DLL function directly to
register each frame for FrameNotify. It works. Though it does seem
that it is about the only thing that cannot be setup as a .VBX
property. I suspect because it would need to be set up as an array
of integers which may not be possible through VBX. I have learned
more than I intended to, but am happy not to need to read the .FLC
file directly.
The only thing I wish I could do is make the control place images in a
memory bitmap as I need to overlay additional information rather than
always to the screen.
Thank you for the reply.