I added everything to the file and it works as long as the hold script isn't in the frame script with the
On goToNextFrame script. However, I need to keep the hold script in with the goToNextFrame.
I currently have it like this:


On goToNextFrame
  go next
end

on exitFrame me
  go to the Frame
end

however it just keeps looping in that frame in director and ignores the go next....How do I fix this?

Thanks

Blake

On Nov 24, 2003, at 12:58 PM, Mendelsohn, Michael wrote:

Blake...

At the end of your Flash timeline, put a line of code in the last frame:
getURL("lingo:goToNextFrame");


Then, in Director, in a movie script, have this handler:

On goToNextFrame
 go next
End



- MM

[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!]



[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