SCRATCH PROGRAMMING QUARTER FOUR

Back to index

View project at Scratch

Helicopter Pick Up

This simple demo accomplishes the pick up and drop off of the bucket through timing. The ride lasts 270 x 0.01 seconds. It's that simple. Check out the code for this project and see for yourself.

ASSIGNMENT:

Your job is to:

  • Control the movement of the helicopter using the arrow keys.
  • Designate two keys to control the pick up and release of the bucket.
  • Ensure that pick up can only occur if the hook is touching the bucket handle. Although this sounds easy, it might be really hard. Do your best.
  • If the bucket is released above ground level, then it must fall to the ground and stop.