+ All Categories
Home > Technology > An Intro to Scratch Programming for Parents

An Intro to Scratch Programming for Parents

Date post: 15-May-2015
Category:
Upload: mewren
View: 520 times
Download: 5 times
Share this document with a friend
Description:
Provides a quick introduction to Scratch and how easy it is to get started This was a presentation I did today for a course on Presentation Skills. However I thought other parents may find it interesting.
Popular Tags:
15
Scratch Programming for Parents
Transcript
Page 1: An Intro to Scratch Programming for Parents

Scratch Programming for Parents

Page 2: An Intro to Scratch Programming for Parents

What is Scratch?• An excellent introduction to programming

which fosters learning and creativity as kids play

Page 3: An Intro to Scratch Programming for Parents

What will my kids learn/improve?• Logic• Coordinates• Math• Controls• Loops• Sensors• Optimizing• Drawing

Page 4: An Intro to Scratch Programming for Parents

What is it like?

• Programming is fun

• They can create whatever they can imagine

• Activity you can do together

• The meaning of this weird symbol:

Page 5: An Intro to Scratch Programming for Parents

What can we create?• Anything you want: Art, animations,

interactive games, or anything you can imagine

Page 6: An Intro to Scratch Programming for Parents

Aquarium example• Learn about x and y

coordinates• Learn about sprites• Include bubble

sounds

From book “Scratch Programming For Teens

Page 7: An Intro to Scratch Programming for Parents

Maze example• Learn about keyboard

inputs (arrow up, down, left right)

• Control sprites interacting with each other as they touch

• Play a game that you created yourself– Unlock the door, get

the gem and get out the blue door

Chapter 7 from book “Super Scratch Programming Adventure

Page 8: An Intro to Scratch Programming for Parents

Windmill example• Create your own sprites

and buttons which control their behaviour

a: makes it spin

b: makes it bouce

c: makes it move around

• Pressing combination of keys makes it go wacky

Designed by my 7 year old

Page 9: An Intro to Scratch Programming for Parents

Scratch is easy to read

Page 10: An Intro to Scratch Programming for Parents

Easy to create or use existing costumes

Page 11: An Intro to Scratch Programming for Parents

Scratch is easy to use• Drag and Drop

• Many types of blocks

• Blocks snap together to create scripts

Page 12: An Intro to Scratch Programming for Parents

Projects are easy to share and extend

Page 13: An Intro to Scratch Programming for Parents

Scratch is free and it is easy to get started

• Provided from the MIT Media Lab• Use online:

– http://scratch.mit.edu/

OR• Download offline editor:

http://scratch.mit.edu/scratch2download/

Page 14: An Intro to Scratch Programming for Parents

There are many resources available

Page 15: An Intro to Scratch Programming for Parents

Recommended