+ All Categories
Home > Documents > Introduction to touch develop

Introduction to touch develop

Date post: 22-Nov-2014
Category:
Upload: grahamwell
View: 390 times
Download: 0 times
Share this document with a friend
Description:
 
8
What is a computer program? What does it look like? How does it work? Can I make one?
Transcript
Page 1: Introduction to touch develop

What is a computer program? What does it look like? How does it work?

Can I make one?

Page 2: Introduction to touch develop

Code

Page 3: Introduction to touch develop

Get started with TouchDevelop

You MUST use Google Chrome You should have a Google or

Microsoft account to register If you don’t register, you can’t

save!

Start at www.computinglesson.com

Page 4: Introduction to touch develop

Click here to tweak!

Page 5: Introduction to touch develop

Boring Turtle

Page 6: Introduction to touch develop

Clever Turtle

Page 7: Introduction to touch develop

Can you ……

Make bigger and smaller squares? Change the turtle’s colour? Change the turtle’s speed? Draw a spiral, with each line

slightly bigger than the one before? Draw hexagons?

Page 8: Introduction to touch develop

What we’ve learned

Our first App! Code follows a sequence We can loop in the sequence for [min] < counter < [max] do things ….. end For

What is ‘counter’?


Recommended