Can't stop playing music on Android?
Posted: Mon Aug 05, 2013 5:23 pm
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.
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.