Challenges
- Back and Forth
Make an object that moves back and forth automatically
- Dance
Have an object switch costumes
- Animate
Build a story with multiple actions
- BasketBall
Build a more complex animation with messages
- Move with Keys
Use the arrow keys to move a sprite
- Car
Build a vehicle that moves and turns
- Collide
Make a sprite crash into things
- Move Hydrant
Prevent multiple collisions by randomly moving the target
- Blue Border
Test collision against a color
- Count Touches
Count the number of times a sprite touches a target
- Countdown
Create a simple countdown timer
- Minute Touches
Count the number of touches in a minute
- Random Cat
Create a sprite that moves a random speed and direction
- Mouse Cat
Create a sprite that moves towards a particular target
- Wrap
Use DX and DY to control motion and wrap around the stage
- Bounce
Create a bouncing ball with realistic physics