Lost playstopped in standalone
mitchell mark
cowhead at mac.com
Mon Oct 20 04:09:01 EDT 2003
Dear TOMA,
Thanks! Pasted this in the player script and now it works like a
champ. Vielen dank.
Thank you Kurt as well. I love this list.
mm
TOMA wrote:
> local isplaying
>
> on playstarted
> put true into isplaying
> send refreshme to me in 300 milliseconds
> end playstarted
>
> on refreshme
> if isplaying is true then
> set the opaque of me to not the opaque of me
> send refreshme to me in 300 milliseconds
> end if
> end refreshme
>
> on playStopped
> put false into isplaying
> end playStopped
More information about the use-livecode
mailing list