Scratch Warmup Exercises
- Make a sprite bounce around the screen
- Make two sprites bounce around and when one hits the other
one of them disappears (use "hide" )
- Make one sprite keyboard controlled and when one hits the other
one disappears.
- 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.
- Using the pen, create the following image:
image
Hint: use a variable
- Use the "create new sprite" to draw a sprite using the drawing tool
- 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.
- Create a sprite with a walk (or hop, or jump, or roll,.... whatever) cycle
by importing multiple external images and set them as costumes.
- 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.
- Create other pretty pictures using the pen. Note, you
can use parametric functions to create pretty pictures.
- Create a game with a score and splash, play, win, and lose screens.