So, i need a little app with a Playlist and a "Next Song" Button.
I followed this Tutorial and having a Playlist like this is really simple.
https://www.scirra.com/tutorials/4809/how-to-make-a-playlist-of-songs-that-work-properly-without-loop
But my problem is the Button to skip the playing song and play the next.
I tried this, but it just starts the first song over and i have no idea why.
Any ideas?
Can you link the .capx? I've got an idea, but i'm not sure if it will work.
Develop games in your browser. Powerful, performant & highly capable.
I would, but the file is over 70mb and has copyrighted music in it. ^^
I will put a smaller together with some copyright free stuff.
Ok, here it is.
Just 6 tracks and some copyright free gamemusic i had.
Everything else is the same.
https://www.dropbox.com/s/o09vsts0os3jq ... .capx?dl=0
If you click / tap on next without the wait events you'll instantly go to tag 2, 3, 4, 5, 6 and then back to 1 making it look like it just plays the tag 1.
Why ? I have no idea, but it works
Oh, that makes sense.
I knew it is some little thing i did not think about.
Thx man. ^^
remixed! not fully tested as I can't stand the terrible music <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile"> so not 100% sure if it will go automatically from end of one track to the next...
https://goo.gl/xL9ysm
Wow, thanks man.
That Code is way nicer than i thought.