Look at the "go to frame X" command, and at Lists.

For instance,

global gFrameList
gFrameList = [1,2,3,4,5,6,7,8,9,10]

repeat with i = 1 to gFrameList.count
         go to frame gFrameList[i]
end repeat

At 03:59 PM 4/13/2001 -0400, you wrote:
>Hello
>       Is it possible to list a few frame numbers in a script and have the 
> script
>execute that order.
>For example,  in the regular movie the playback head movies frames
>1,2,3,4,5,6,7,8,9,10
>Is it possible to write a script that made the frames change to this order?
>Frame 3,6,4,7,8,1,9,2,10,5  ?
>
>Just wondering
>Thanks
>Mel


[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