0% found this document useful (0 votes)
526 views10 pages

Week 01 Introduction To Scratch

Uploaded by

trady.lewis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
526 views10 pages

Week 01 Introduction To Scratch

Uploaded by

trady.lewis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Introduction to

MagicCode
Week 01
Welcome to MagicCode
Introduction

Language
Selection
Scripting Area
Stage

Blocks

Connect
Devices

Add Sprite
extensions
Blocks
You can easily place blocks in the script
area by dragging and dropping them.
They can be used to program without
needing to remember commands, as in
text-based programming.

If you scroll down here you can see ten


categories of blocks.
This is where you build and run your
Script program. comments can be attached to
scripts to explain what certain blocks do.

Used to connect devices( Magicbit,


Connect devices Arduino, Microbit etc)
Sprite
Sprites are the objects that perform
actions in a project like the bunny that's in
the upper right corner.

You can upload your own sprite or choose


from available sprites as shown below

Choose sprite
Sounds window
Costumes window
Stage The stage is the background of the project
where your sprite can perform actions.
Stage is 480 pixels wide and 360 pixels tall.
All sprites have a particular position in the
stage.

Add extensions Used to add new palettes to the block plate


Activity
Make a character(sprite) move

You will need the following blocks


Activity
Make a character(sprite) move

Choose a sprite of your choice

In this lesson I will choose a dragonfly


Activity
Make a character(sprite) move

Make the following blocks in order by


connection them one below one.
Be sure to follow the same order!

Press space to make the codeblock


run. You will see your sprite moving in
a certain pattern.
Activity
Make a character(sprite) move

Make the following blocks in order by


connection them one below one.
Be sure to follow the same order!

Press space to make the codeblock


run. You will see your sprite moving in
a certain pattern.

You might also like