Anyone know how to stop a sound on release under a button?
I tried using stopSound ("mysound.wav") as the help file instructs me to
but it has absolutely no effect at all.
You can hear what I mean here: http://www.thedailysearch.com/testing.html
The only thing that works is stopAllSounds ();
as it stops the roll over echo under the button
But it unfortunately stop a page transition effect sound that initiates when any menu button is clicked.
I just want to stop the sound under the button on release and leave the other sounds in the scene alone.
thanks!