> Background: My movie is kind of a slide show with tranitions between the > slides. I have a scripting Xtra that analysis the content of the slide > show > and provides an editor to edit the slideshow. There are actions, where the > transitions (mostly DM-fades) are uselessly triggered. I would save much > tine, if my program could automatically disable all transitions, execute > some actions and enable the transitions again for normal playback. > > Any other ideas?
Is the slide show too big to take the transitions out of the transition channel and do a puppetTransition in the frame script where appropriate? If so, you could just set a global, say gTransitionsEnabled, and then put the puppetTransition statements inside an "if.. then" statement. Cordially, Kerry Thompson [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
