6-4 Animation Cycles
Day 2 of a 2 day project. Use make-a-block to create two "animation cycle" blocks: Jump and Spin. Create an animation using these new blocks.
6-4 Animation Cycles
Day 2 of a 2 day project. Use make-a-block to create two "animation cycle" blocks: Jump and Spin. Create an animation using these new blocks.
Checklist student handout starter project
Spicy Challenges 🌶
Create your unique animation using at least four blocks. Vary parameters to get different outcomes.
DIRECTIONS: Press the Green Flag to see animation.
Reference
Vocabulary
procedure (n): a named piece of code that you can call multiple times; also called a function
parameter (n): the name of a piece of information passed into a procedure to customize it for a specific need
argument (n): actual value of data passed into a procedure when a procedure is called.
In Scratch, "Make a Block" is a procedure.