+ All Categories
Home > Technology > The Basics of Scratch

The Basics of Scratch

Date post: 16-Jan-2017
Category:
Upload: instanttechinfo
View: 131 times
Download: 0 times
Share this document with a friend
4
the basics of scratch a resource provided free of charge from education.instanttechinfo.com
Transcript
Page 1: The Basics of Scratch

the basics of

scratch

a resource provided free of charge fromeducation.instanttechinfo.com

Page 2: The Basics of Scratch

tech tutorials for educationeducation.instanttechinfo.com

INSTANTTECH INFO

the basics of scratch page 2

the stage - this is where your product is shown, it’s the visual result of code blocks the block palette - this contains scratch’s equivalent of code (blocks) the scripts area - this is where you arrange your blocks to make things happen the sprites pane - backdrops and sprites are managed here the toolbar - similar to most programs, the save and open dialogues are here

the scratch user interface

the stage

the block palette

the scripts area

the sprites pane

the toolbar

Page 3: The Basics of Scratch

tech tutorials for educationeducation.instanttechinfo.com

INSTANTTECH INFO

the basics of scratch page 3

block palette groups

used to alter the appearance of the spriteeg. colours, costumes, speech bubbles

looks

controls the direction and speed of the sprites on the stage

motion

controls sounds attached to sprites

sound

tools that allow users to draw on the stage

pen

Page 4: The Basics of Scratch

tech tutorials for educationeducation.instanttechinfo.com

INSTANTTECH INFO

the basics of scratch page 4

allows the user to make and store variables

data

control blocks dictate the behaviour of other blocks placed within/after them eg. repeat forever

control

plays a block after a specific event eg. keys clicked, start flag clicked

events

blocks that detect different factors including distances, mouse position and date/time

sensing

used to combine/compare blocks and execute a variety of other mathematical operations

operators


Recommended