* Scratch Playlist* This project can play a playlist! Capabilities: Play/pause Skip Previous song Restart Shuffle All of these, including shuffle, work exactly as they do on normal streaming platforms like Amazon Music. This is my playlist, but you can easily create your own! Click the "i" in the top right corner of the screen for instructions, or look below for a expanded version! 1. Remix this project. Go to the sprite labeled "Main." 2. Click on the "Sounds" tab. Delete all the songs. 3. Upload your own songs. 4. *IMPORTANT* Rename each song. For the song name to display the way it does in this project, each song must be named a particular thing in the Sounds tab. Rename each one in this format: "[song name]-[artist name]". For example, if you add the song "Bang!" by AJR, you would name it "Bang!-AJR" in the Sounds tab. 5. Go back to the "Code" tab. Scroll down the sidebar until you get to the "Variables" section. Go down to the lists, and click the checkbox next to the list named "Songs." NOT the variable named "song" 6. The list should show up on the Stage. Delete every item by clicking on it, then clicking the "x" on the right of the item. 7. Add the names of your songs to the list, in the order you want them to play. It does not have to be the same order as you put them in the "Sounds" tab. Be sure to put the same names as you put in the "Sounds" tab, though (in "[song name]-[artist name]" format). If you name them differently, the project won't know what song to play! Unfortunately, Scratch doesn't allow me to read the names of sounds, so I had to use a list. Sorry--- it makes it more complicated! #music #all
For the music: grandson, AJR, Queen, OneRepublic, Panic! At The Disco, Coldplay, 5 Seconds Of Summer, and Avicii Thanks to @-Rex- for the text engine Thanks to @RedSquirrel_Parade for the scroll code