Page 1 of 1

Can't stop playing music on Android?

Posted: Mon Aug 05, 2013 5:23 pm
by jinstin
I made a simple app for Android to play music.
Button 1:
on mouseUp
play "Stronger.wav"
end mouseUp

Button 2:
on mouseUp
play stop
end mouseUp

It works fine on my computer. But when I test it out on my phone, the music starts but doesn't stop when I click on Button 2. Instead of "play", is there another command I can use to ensure the music will stop? Thank you.

Re: Can't stop playing music on Android?

Posted: Mon Aug 05, 2013 7:41 pm
by Simon
Hi jinstin,
Welcome to the forum :)

The docs say:
"play empty"
to stop a sound on Android.

Simon