Getting Started
- Add a move block (and say hello)
- Click the green flag to start
Add a Sprite
- add a sprite button
Animate a Sprite
- Click on to see costumes change
- have it loop through costumes
- wait = to slow it down a bit
Add Effects
- when sprite clicked, in a repeat loop add Change Color
Add a Backdrop
Change Size
- when sprite clicked, set size to 100%
- in repeat loop, make it bigger by 10
To reset sprite back to normal size, add & click on ‘reset size’ separately.
Make It Spin
Hide and Show
- when flag is clicked, hide – wait 1 sec and then show again
Glide Around
- glide around
- glide to a Point
TIP: move sprite where want it to go to (this updates the values on the left).
Then pull out the ‘go to’ or ‘glide’ block
Use Arrow Keys
- move Left & Right (change X)
- move Up and Down (change Y)
Can’t do these because we don’t have the equipment..