www.devoxx4kids.com introduction to. about what is ? – scratch is a programming language. – we...

16
www.devoxx4kids .com Introduction to

Upload: melina-pierce

Post on 25-Dec-2015

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Introduction to

Page 2: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

About

• What is ?

– Scratch is a programming language.–We can use it to create our own

interactive stories, animations, games, music, and art.

2

Page 3: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

• What can we learn from ?

–We can learn important computational ideas.

–We can learn to think creatively.–We can learn to reason systematically.

3

About

Page 4: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

What is programming?

• Programming is the art of making a computer do what you want it to do.

• A computer program is simply a set of instructions to tell a computer how to perform a task.

• It is like a recipe: a set of instructions to tell a cook how to make a dish.

4

Page 5: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Basic Ingredients of a Scratch project

• Scratch projects are made up of a stage and objects called sprites.

5

Page 6: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Stage and sprites

• The stage is where you see your stories, games and animations come to life.

• Sprites move and interact with one another on the stage.

6

Page 7: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Stage

• You can choose either View Mode (Small stage or large stage) or Presentation Mode to display the stage

7

Page 8: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Sprites

• You can create New sprites and find the sprites from the Sprite List

8

Page 9: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Current Sprite Info

• You can find the sprite’s name, position, direction, lock state, pen color and rotation style

9

Page 10: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Toolbar

• On using the Toolbar, you can make sprites larger or smaller

• You can also duplicate or delete sprites, costumes, sounds or scripts

10

Page 11: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Costume

• You can change how a sprite looks by giving it different costumes.

• You can make a sprite look like a person, a train, a butterfly or anything else.

• You can use any image as a costume.

11

Page 12: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Costumes

• To see different costumes of a sprite, choose the Costumes tab page

12

Page 13: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Blocks Palette and Scripts Area

13

Page 14: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Start and Stop Your Program

• Click the Green Flag to start all scripts that have at the top.

• Red Stop Sign stops all scripts

14

Page 15: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Scratch web

• What can we get from Scratch web?

–We can download Scratch installer, view tutorial videos, get support from the forums, share our projects ……

15

Page 16: Www.devoxx4kids.com Introduction to.  About What is ? – Scratch is a programming language. – We can use it to create our own interactive

www.devoxx4kids.com

Try Your First Project!