introduction to touch develop

8
What is a computer program? What does it look like? How does it work? Can I make one?

Upload: grahamwell

Post on 22-Nov-2014

127 views

Category:

Documents


1 download

DESCRIPTION

 

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 will need a Google or

Hotmail/Microsoft account to register

www.touchdevelop.com

Page 4: Introduction to touch develop
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’?