In this codelab, you'll make your first scratch project!

What you'll learn

Open the starter project and click Remix.

First, we are going to make Cassy dance in one spot.

Useful block for this section:

Steps

  1. Use Cassy's costumes to make her switch between dance moves.
  2. Keep Cassy dancing forever.
  3. Control the speed of Cassy's dancing.

Next, we are going to make Cassy dance around the screen.

Useful block for this section:

Steps

  1. Make Cassy glide around the screen while dancing.
  2. Have the dancing start when the green flag is clicked.

Finally, we are going to add music and location(s) to the dance party.

We are going to write the code for the music on the stage. Click on the stage icon next to the sprites:


Useful block for this section:

Steps

  1. Find backdrops you want to use as locations for the dance party.
  2. Choose music for Cassy to dance to from the sounds tab (next to backdrops).
  3. Use the play sound until done block to play the music.
  4. Make the music play forever.
  5. Have the music start when the green flag is clicked.
If you finish early, implement one or more of the following features for bonus features. Or, come up with a bonus idea of your own!