CompuServe Thread

#animator vbx

2 messages in this thread
#103082From: SteveMay 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.
#103123From: Dieter Schlaepfer [AdeskMay 20, 1994 10:25 PM
All you need to do is set the animation's play property to 0. Example: Animation1.Play = 0 Eric