On 1/25/01 at 11:31 AM, Azinger, Richard shared the following:
>I want my movie to keep going to the frame until a cuepoint is passed. I
>need this because I have a filmloop in a channel and if I use the "Wait for
>Cue Passed" option in the tempo channel it stops everything in the movie
>(including my filmloop) until that time.

This frame script will loop on the current frame until it receives a 
cuePassed message:

on exitFrame
   go to the frame
end

on cuePassed me, channelID, cuePointNumber, cuePointName
   f = the frame
   go frame (f + 1)
end

Tom
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Jacobs        -        InterVision
---------------------------------------------------------------------------
(541) 343-7993 [EMAIL PROTECTED]  http://www.intervisionmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]

Reply via email to