>
>I can't figure out how to write a handler that will trap the playstopped
>message that is supposed to be sent by MetaCard to the player that has just
>finished playing.
>
>I want to move on to playing a new sound (using Quicktime player) when
>first sound is finished.
>
>Metatalk reference says
>
>Arguments:  910: the short name of the player that has finished playing.
>
>Does this message get sent if player is stopped say by the user choosing to
>move to another stack? Or just when the player finishes playing the
>selection?
>
>In any case, do I put handler inside of player script? In background or
>card script?
>
>If player is named "fanfare" Is the message you trap for just
>
>on fanfare
> start player "finale"
>end fanfare
>
>or is it
>
>on playerstopped fanfare
> start player "finale"
>end playstopped

Try 
on playstopped x
if x is "fanfare" then start player "finale"
end playstopped

>
>
>I tried them both and could not get them to work.
>
>Thanks, for considering this.
>
>Brian, who is hanging like a pregnant chad waiting to be recounted by your
>expert self.
>
>Archives: http://www.mail-archive.com/[email protected]/
>Info: http://www.xworlds.com/metacard/mailinglist.htm
>Please send bug reports to <[EMAIL PROTECTED]>, not this list.
>
>.


Regards, Andu 
_______________________
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to