0% found this document useful (0 votes)
58 views1 page

Starting Applab

This document provides instructions for building a basic AppLab app with a turtle. The app should include 4 buttons to move the turtle forward, backward, and turn left or right by 90 degrees. It then instructs to add buttons for pen up and pen down functions and to update the turn buttons to change direction by 10 degrees instead. The document ends by asking what other features could be added to the app.

Uploaded by

api-417400228
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

Starting Applab

This document provides instructions for building a basic AppLab app with a turtle. The app should include 4 buttons to move the turtle forward, backward, and turn left or right by 90 degrees. It then instructs to add buttons for pen up and pen down functions and to update the turn buttons to change direction by 10 degrees instead. The document ends by asking what other features could be added to the app.

Uploaded by

api-417400228
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

AppLab

1. Work through the Tutorials/Puzzles (https://code.org/educate/applab )

2. First AppLab App


Build an app with 4 buttons and a Turtle. The function of the buttons is:
a. Move forward 25
b. Move backwards 25
c. Turn Left 90o
d. Turn Right 90 o

3. Add 2 more buttons:


a. Pen Up
b. Pen Down

4. Change the Left and Right Buttons to turn 10 o instead


of 90 o

5. What other features can you add?

You might also like