Intro to Scratch
This is an introduction to the programming language of Scratch that will concentrate on how a sprite or character can be programmed to move and when it touches other sprites or characters it will cause them to do something. Click here for the Scratch web site.
Video #1 - Program the cat to move in four directions.
Video #1 - Program the cat to move in four directions.
Video #2 - Program the cat to animate itself between two different looks so it looks like it is walking. Experiment with some other looks for the cat and save the project.
Video #3 - Create a sprite that spins with different colors and program it to spin when the cat touches it.
Video #4 - Get a sprite from the library that has two costumes and have it alternate between the two costumes when the cat touches it. After that sprite is done, have two more sprites that do different things when the cat touches those sprites. You should have four different sprites that do different things when the cat touches them.