Hello Wizards, I have a video clip which has in/loop/out animation points. So producer would like me to to have it animate in and then 3-point loop; which I have created(manually on the scene director using an event to jump to loop in frame); then at a moments notice he will tell me to play the out animation; which means to simply have it stop looping and to play all the way to the end.
I have searched thru the community board... Is there a way to simply turn "off" the event marker on the scene director, thereby allowing the animation to play til the end of the clip (animate out).
or is there a way to have a script grab the current Frame number of the scene director and have it play from that specific frame number til the end? Thereby over riding the Scene Director loop event?
Thank you.
DON'T LAUGH AT MY SCRIPTING ATTEMPT!
dim scene as XPScene
dim QUAD as xpBaseObject
dim SD as xpSceneDirector
dim POS as integer
'I need to get the current playing frame of the scene director
scene.GetSceneDirectorByName("SceneDirector1", SD)
SD.GetSceneDirector.Position(SD, POS)
'Play the scene director from the current position to the end of the clip
SD.PlayRange(POS, SD.duration)
SD.PLAY
Any suggestions are greatly appreciated.
Cheers
------------------------------
Steve Szeszycki
XPresssion Operator
Los Angeles United States
------------------------------