Scratch Warmup Exercises

  1. Make a sprite bounce around the screen
  2. Make two sprites bounce around and when one hits the other one of them disappears (use "hide" )
  3. Make one sprite keyboard controlled and when one hits the other one disappears.
  4. Use a variable to control the speed of a moving sprite, dynamically adjust the speed while it is moving using the slider-bar on the variable.
  5. Using the pen, create the following image: image Hint: use a variable
  6. Use the "create new sprite" to draw a sprite using the drawing tool
  7. Create a png or jpg image using some tool (I like inkscape, it is free and of high quality). Create a sprite by importing this image.
  8. Create a sprite with a walk (or hop, or jump, or roll,.... whatever) cycle by importing multiple external images and set them as costumes.
  9. Create spriteA to be keyboard controlled, a donut, and 3 or more "other" identical sprites. Use broadcast so that when spriteA picks up a donut, all "other" sprites chase down sprite A.
  10. Create other pretty pictures using the pen. Note, you can use parametric functions to create pretty pictures.
  11. Create a game with a score and splash, play, win, and lose screens.