Hello! This is a tutorial on how to make a music playlist project similar to the one I made a while back. Inside of this project, I described in each sprite how they work and how you can change them to make your own playlist of songs. ---------------------------------------------------------------------------- Buttons STOP: Stops the current song but keeps it on the list by stopping all sound(which deletes the first item off the list) and inserting the current song back to the top of the list to start over again when played. PLAY: Begins playing the list, starting with the first item. When the song is done, it deletes it and plays the first item on the list again. ADD SONG: Use the numbers on the side to add a song to the list. All you do is type the number that corresponds with the song. This button ADDS to the list, which puts it add the bottom. ADD NEXT: Use the numbers on the side to inserts a song next on the list. All you do is type the number that corresponds with the song. This sprite uses an INSERT block rather than an ADD block, which allows you to put the song in a specific number on the list. In this case it inserts it between item number 1 and item number 2. SKIP: Skips the first song on the list. This removes the first item from the list, stops all sounds, and then begins playing the first item on the list.
This is just a template and inside I explain how it works and how to make your own. So feel free to remix, add songs, and try it for yourself! You can also change the colors, use different text fonts, and add pictures to make it unique. For the Activity Swap! Thanks to @ceebee and the rest of the Scratch Team for hosting. :)