End of Quarter Programming Project

If you are DONE with Explore PT

There will be NO penalty if you are still working on Explore PT and do NOT have a chance to work on this.

You must either be working on the Explore OR the Programming - there is no option for choosing not to work

Deadline: 3:30 PM on the Last Day of the Quarter

what to turn in: saved, shared, snap link

Introduction: Bouncing Ball

Now consider making some changes to get more familiar with movement

Random Direction at Start

When spacebar clicked
    point in direction random -45 to 45
    FOREVER
        move 10 steps
        IF on edge bounce 

What could you do with these blocks?

TIP: You can use built in Costumes and Costume changes to help show movement

Example of using costume changes to show animation

Last updated