Thanks Grant,

this worked fine. I just can't figure out why when I played the file in 
authoring mode it worked, and in the projector it didn't. Anyway, it's 
working now.

Catch ya later,
Fabio

At 09:38 27/07/01 -0600, you wrote:
>The code that I used I found on the "macromedia.director.lingo" newsgroup.
>Place this script in the frame before the movie plays
>
>on exitFrame me
>   sound stop 1
>   set the soundKeepDevice = false
>end
>
>and for this script make sure your your video cast is in cast 3,  and your
>vidoe sprite is in channel 3.
>
>on exitFrame me
>   set myDuration = the duration of member 3
>   set myMovietime = the movieTime of sprite 3
>   if myDuration > myMovietime then
>     go to the frame
>   else
>     go to the frame + 1
>   end if
>end
>
>Hope this helps
>_______________________________________________
>Grant


[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