Drawing in Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)

Slides:



Advertisements
Similar presentations
Racing Car Game Using the keys to control a sprite.
Advertisements

Introduction to TouchDevelop
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
INTRODUCTION TO SCRATCH. About Me Resources Scratch Website Learn Scratch Washington-Lee Computer.
Mr. Wortzman. Tabs (Block Categories) Available Blocks Script Area Sprite Stage All sprites in this project.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Scratch – Simple Programming
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
 Review  Created our own motion block called “draw square”  Used script to create a square with side lengths of 100 steps.
Scratch Programming Lesson 2 First glance to programming logic.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
Geometry. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions are.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
1 Project designed and created by M. Shajith Kumar.
From last time… Explore the blue commands from the motion menu Find at least three ways to get the sprite to move to the UPPER LEFT corner.
First Project: Dance Dance Sprite  Write a dance with your sprite (You pick or create the sprite)  Incorporate as many of the Motion Commands as you.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
Digital Art in Scratch part 2 Barb Ericson Georgia Tech Nov 2010.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
Shapes and Crystal Flowers KS2: Use repetition in programs.
Scratch Lesson 1. Creating an account Open the internet browser : Safari or Internet Explorer Type in the URL scratch.mit.edu Using your school computer.
What does this do? Pen up? Pen Down? Clear? Set Pen Color? Set Pen Shade? Stamp? 1.
Sprites & Backdrops. Sprites Sprites are the actors that perform the commands in your script. The cat is the default Sprite. Scratch has many other Sprites.
Introduction to Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
© it’sLearning 365 Limited | Screen 1 FLASH enabled How to use me : Teachers Notes Useful Web Link Ne xt Pa ge Ne xt Pa ge Navigate.
LEARNING SCRATCH: PRESENTATION 4 PRESENTATION 1: GETTING STARTED 1 Broadcast Messages Today, we'll learn how to get our sprites to act together, and build.
Using MIT Scratch for Programming and Control Programming 9.
Functions / Blocks.
Module 1: Investigation 1 Moving, Turning and Stamping
Module 2: Investigation 2
Broadcasting (Adding a new level)
Module 2: Investigation 3
Module 1: Investigation 2 Repeating and Alternating Patterns
Scratch for Interactivity
Exploring Mathematical Relationships Module 5: Investigation 3
Co-ordinates And Geometry Module 6: Investigation 2
What is SCRATCH? Learning Objectives: to explore the Scratch website
© A+ Computer Science -
Module 2: Investigation 1
Understanding the Geometric Shape Code
Scratch – Simple Programming
Module 1: Investigation 3 Creating Circular Rose Patterns
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
Module 2 Lesson 3 Over and Over Again
Lesson 1 Introduction to Scratch Basic blocks
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Lesson 3.2 Review: Identifying concepts
Mod 2 Lesson 2 Repeating Debugging
Mod 2 Lesson 2 Repeating with loops
Introduction to Snap Programming
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
Module 2 Lesson 3 Over and Over Again
Game development using Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Module 2 Lesson 3 Over and Over Again
What is SCRATCH? Learning Objectives: to explore the Scratch website
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Introducing Scratch and Creating Sprite
CSC 221: Introduction to Programming Fall 2018
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
2 Making Blocks.
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
Animate a Sprite. By M, M and C P6
Presentation transcript:

Drawing in Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)

Today we will… Revisit the Draw feature Learn how to use the Stamp feature Build custom variables to draw geometric objects Check our understanding using Kahoot

REVISIT: THE RAINBOW

Recall that… Motion commands move a sprite on the stage Each sprite has an invisible pen that can be either up or down When the pen is down, the sprite’s motion will be drawn on the stage We can combine iteration and a drawing block to produce shapes

Think, Pair, Share What happens when this code runs? What does it look like? Try tracing it out with your finger.

Think, Pair, Share

Try it out… How does iteration change this? Can you picture it before trying? Try it out on Scratch!

The Stamp Feature Allows us to rotate more challenging shapes to produce patterns Make a new costume in the Paint Editor and use the stamp block to make multiple copies on the stage

Stamp Feature Demo

Using Variables with the Pen To build a polygonal object with some number of sides, we need to constantly change the number of repeats and the size of the change in angle.

Try it out… Make a variable for the number of sides and then build the script on the right.

CHECK OUR UNDERSTANDING

Programming Challenge Log on to Moodle and go to Programming 9 Find: 5. Drawing – Using the Stamp Command Read the instructions for the homework and begin working on it