View in rich text : http://scratch.mit.edu/discuss/post/2727354 This is a project designed to allow you to make your own tracks list and share them with everyone on scratch without having to write a single line of code - just add the tracks, their names and the credits and you are ready to roll! Added your songs to the sound list of the audio engine sprite and then add their names to the track list. THE NAMES IN THE TRACK LIST AND IN THE AUDIO ENGINE'S SOUNDS MUST BE IDENTICAL. if you want to use a custom list of tracks go to the custom tracks sprite and follow the instructions in there. To add credits add each page of credit named sequential 1,2,3 and so on. To add a picture in the background added it to the background's backdrops and delete the existing one. Feel free to edit the labels in the top user interface, they were made separate from the background for a reason!
====== Credits [View in rich text: https://scratch.mit.edu/discuss/post/2727360 ] ====== Play Icon Pause Icon Previous Track icon Next Track Icon gsagri04 ( openclipart.org/user-detail/gsagri04 ) Volume Level 3 Volume Level 1 mightyman ( openclipart.org/user-detail/mightyman ) ===== Notes ===== This sound track player is based on one designed for swords of wrath and so it seemed a good idea to keep the original update log and remix tree. ========= Update log for the Sound Track player for Swords of Wrath ========= 0.2.0: control buttons added 0.2.1: play/pause and track change control buttons fixed 0.2.2: Now displays the name of the playing track rather then it's number 0.2.3: Volume buttons fixed (I am surprise i managed this as the computer I was working on had no speakers) 0.2.4: Forward jumps 2 tracks bug fixed 0.2.5: Volume display added 0.2.6: Going back at the beginning of the play list now takes you to the end of the playlist. 0.2.7: Fixed bug where by pausing would take you to next song. 0.2.8: Increased efficiency by stopping all tasks when the stop sprite is pressed and starting them again when it is clicked again 0.2.9: Changed pause icon to stop icon as it is more apt (given that the player does not remember you position) ======================== Track Player Engine update log ======================== 0.3: Major redesign. Most of these updates focus on improving ease of configuration to a particular projects needs. Updates Include: The pause icon has been removed in it's entirety and the play pause button now acts based upon which costume it is on. Separate credits scene which is now easier to read as it is a vector graphic (rather then ye olde VGA bitmap). User interface text now also separate vector sprite (but overlaid onto the background). Tracks now available as list by default. 0.3.1: Added extra credits area to help users add credits. 0.3.2: Added a block to set the playing track to 1 on startup and deleted unnecessary name of playing track variable. (9:00.27.7.2017.AD) (~rappyragon_from_HKDG) 0.3.3: Fixed problem with credits background rendering text potentially illegible.