Director: Easy Q

Out of context: Reply #3

  • Started
  • Last post
  • 4 Responses
  • Ico0

    When you say a loop are you using the code:

    on exitframe

    go to the frame

    end

    as the two movies are on a loop you'll need to trigger an event , like a button click. to move to the next movie.

    You can time your (3o's/40's) playhead on a frame in the timer section within the score.

    If you used this method, you would use the code i gave you:

    on mouseup

    go to "the name of the movie"

    end

    To link to the other movie after it's loop.

View thread