>>In director I am having a problem of when I click down on the mouse it
>>stops everything:
>
>
>Updatestage won't make exitframe scripts run. If you have things 
>animating on exitframe, you might try changing that to prepareframe 
>instead.


One other thing, if you do that, the other things may animate too 
fast. You can solve that like this (for say a 30 fps movie):

on mousedown
    starttimer
    repeat while the mousedown
        do lots and lots of meaningful lines
       updatestage
       repeat while the timer < 2
       end repeat
       starttimer
    end repeat
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!]

Reply via email to