This content has been marked as final.
Show 1 reply
-
1. Re: Stop audio when projector looses focus???
Newsgroup_User Aug 10, 2007 1:10 PM (in response to brad simon)> I have UNchecked the box in the projector
> settings that says, "Play in Background" so that is not the issue. I tried to
> place the following Lingo on the sprite that contains the audio:
>
> on deactivateWindow
> sprite(20).stop()
> end
>
> on deactivateApplication
> sprite(20).stop()
> end
I think you need to re-check the "animate in the background" box, and
the handlers above need to be in a #movie script - these messages aren't
sent to sprites.

