Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Stopping a Script at a frame number/time and starting a new Script

  • Stopping a Script at a frame number/time and starting a new Script

    Posted by Bryan on January 7, 2007 at 11:17 pm

    How would I write a line of script that stops a script in proccess at a specific frame number or time and starts running a new script instead?

    -bryan

    Dan Ebberts replied 19 years, 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    January 8, 2007 at 1:15 am

    timeToSwitch = 3.0; // switch expressions at 3 seconds

    if (time < timeToSwitch){ (first expression goes here) }else{ (second expression goes here) } Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy