playStopped use
Troy Rollins
troy at rpsystems.net
Sun Jul 21 18:26:01 EDT 2002
On Sunday, July 21, 2002, at 06:37 PM, Kurt Kaufman wrote:
> It seems that a handler for playStopped needs to be placed in the
> script of the player itself. Is there any way I can send
> "notification" of the player's having stopped to a button, or to the
> card or stack script?
You basically just described the entire process Kurt.
-- player script
on playstopped
send notification to button
send notification to card
end playstopped
-- button or card script
on notification
do stuff
end notification
Cheers.
--
Troy
RPSystems, LTD
www.rpsystems.net
More information about the use-livecode
mailing list