ScratchData LogoScratchData
Back to mistervb's profile

The Speedy Bug

MImistervb•Created February 2, 2016
The Speedy Bug
16
13
460 views
View on Scratch

Instructions

Programming Challenge: Create a program that allows you to change the speed of the bug. Constraints: 1. The bug should move around the screen using the arrow keys. 2. The bug should always face forward while moving. 3. The user should be able to change the bug's speed by clicking on the different arrows. For each click, the speed should change by only one either up or down depending on the arrow you click. 4. The starting speed of the bug should be 5. 5. The arrows should always stay in their starting spots. Extension Challenge: Make the bug face diagonally when moving diagonally. Constraints: 1. The bug should be able to face diagonally when moving with two different buttons being pressed with the exception of the opposite directions. For example, when the up and left arrows are pressed, the bug should face diagonally to the upper left. 2. The bug should move at the same speed regardless of the direction it's moving.

Project Details

Project ID96435105
CreatedFebruary 2, 2016
Last ModifiedJune 3, 2016
SharedFebruary 2, 2016
Visibilityvisible
CommentsDisabled