>Zbigniew Jasinski wrote:
>
> > From: Szymon Drejewicz <[EMAIL PROTECTED]>
> > >
> > > Hello,
> > >
> > > I have movie working on web page named 'movieA' and to this movie is
> > > externaly linked other movie named 'movieB'. Is it possible to stop
> > > 'movieB' when user moves mouse onto?
> > > Can I stop linked movie by somethig like 'movie("movieB.dcr").pause()' ??
> > >
> > > Szymek Drehyehvitch
If you want to simply pause and resume playback...
to pause linked movie:
tell sprite 1 to pause
to resume playback:
tell sprite 1 to go the frame + 1
...where sprite 1 is linked movie in stage movie. Just be sure to
turn on the "enable scripts" checkbox in the linked movie cast member
properties dialog (Property Inspector in D8).
Jake Sapirstein [EMAIL PROTECTED]
Developer Relations Manager
Director and Shockwave Engineering
[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!]