Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
Autodesk Multimedia Forum
·
Autodesk Animator
#animator vbx
2
messages in this thread
#
103082
From:
Steve
May 20, 1994 2:09 PM
Dear AutoDesk Techs: Is there a way to terminate the flic early and also kick off the endfade. I need to be able to specify the end of the flic during runtime and I also need the fade to occur. I am using the vbx in VB.
#
103123
From:
Dieter Schlaepfer [Adesk
May 20, 1994 10:25 PM
All you need to do is set the animation's play property to 0. Example: Animation1.Play = 0 Eric