Putting Sound Into DDR Style Game

by Noah1194 in Circuits > Software

2248 Views, 3 Favorites, 0 Comments

Putting Sound Into DDR Style Game

Picture 1.png
This tutorial will teach you how to make a DDR style game inside of Scratch.

Downloading Template.

Picture 2.png
1) Go to http://www.scratch.mit.edu

2) In the search field type the user name Noah1194.

3) Click on the Guitar Game applet and download the game

Recording Beats and Commands.

Recordings.png
1) Once opened in Scratch, click on the stage sprite in the bottom right.

NOTE: You will notice there are three "when flag clicked" commands in the programing field.

2) Under one of the "when flag clicked" commands there should be one with sound commands named beat and bass. Those are the sounds that play in the background. Go to the sounds tab, and you will see a bunch of recordings. Click on the record button and record your beats. Also record your commands saying to go to the left, the right, jump, and awesome.

Putting Sound Into Game.

sound blocks.png
1) Under another "when flag clicked" is a lot of commands that are in a forever block. In that block there "if" blocks around the recording commands. In the "if" blocks "pick random", which says that pick 1 of the 3 commands. The three commands are the left, right, or jump programs. After the pick random is where the recording commands are put. Click on the "play sound" block and replace my recording with your own. Do that for all three "if" blocks.

Putting Beats Into Game.

beat block.png
1) In the other "when flag clicked" there is a forever block with two play sound commands, plus wait commands. Click on the play sound block and insert your own bass and beats.

Putting the Awesome Sound In.

awesome1.png
awesome2.png
awesome3.png
1) Click on the sprite1 at the bottom of Scratch. (It is the head body and feet of the alien.)

2) There are three "when I receive" commands followed by a left, right, or up. Under you will find a sound block that has the sound "awesome" attached to it. Click and replace it with your own. Do this with all three command blocks.

FInishing

Picture 1.png
1) Save the game and your ready to go create your own graphics!