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.
Can't stop playing music on Android?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Can't stop playing music on Android?
Hi jinstin,
Welcome to the forum
The docs say:
"play empty"
to stop a sound on Android.
Simon
Welcome to the forum

The docs say:
"play empty"
to stop a sound on Android.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!