>is it possible to drive director 's timeline so you can go smoothly back and
>forth in a part of an animation by moving the mouse around?
>
>any ideas to do that efficiently are very welcome.
It's pretty easy. Make an animation on your score that goes from say
frame 100 to 300, and put this script as the frame script that covers
the whole range:
on exitframe
go = max(100,min(300,the mouseh))
end
--
[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!]