What does this do? Pen up? Pen Down? Clear? Set Pen Color? Set Pen Shade? Stamp? 1.

Slides:



Advertisements
Similar presentations
Mrs. Chapman. Tabs (Block Categories) Commands Available to use Script Area where you type your code Sprite Stage All sprites in this project.
Advertisements

Help with Scratch - assignment 1.Type notes explaining the importance of the items listed in slides 1-6. Write in proper English. (20 marks) Bonus: Type.
Introduction to TouchDevelop
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Mr. Wortzman. Tabs (Block Categories) Available Blocks Script Area Sprite Stage All sprites in this project.
Loading... Reset Bubble Wrap The Ultimate Cure For Boredom! Change Style Change Colour theamigosgroup.weebly.com Light Grey Yellow Blue Red Circle Rounded.
Introducing Scratch the Cat
Agent P, I have been hearing some rumours about a Python Turtle.
Section 1 Introduction National 4/5 Scratch Course.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
1.7 - Find Perimeter, Circumference, and Area. Perimeter: Length around a shape. Measured in u cm, in, ft, yd.
Algorithms Writing instructions in the order they should execute.
CONTROL FLOW The order in which blocks are executed is called the “control flow” of the script So far all our scripts have just executed blocks in the.
Block Name Design Can you find the name repeated over and over again in this picture?
Miss. Ajsa’s Geometry shapes practice Click the arrow button to begin.
Calculating the area of a leaning triangle. Calculating Area.
1 Project designed and created by M. Shajith Kumar.
Writing Equations by Completing the Square Or Using the Distance Formula.
Drawing with the Pen Barb Ericson Georgia Tech June 2011.
Square in a Circle Start with a square and draw a circle around it.
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.
Squeaky Tales. Starfish Challenge! Troubleshooting 1.Computer Freezing 2.Patience 3.Size of numbers in script.
Chapter 2 – Coordinates and Geometry – Where Shapes Meet Symbols …There is a really really funny math joke on the next slide… … Wait for it… CAUTION… Mr.
Repeating patterns Can you work out the next shape in the pattern?
What Time is it? Right click and find the pointer option. Select the pen, then answer the questions. To advance the slides, right click and select “Next”.
Digital Art in Scratch part 2 Barb Ericson Georgia Tech Nov 2010.
Increase the number of lines before coming back to the origin … triangle square Draw a circle.
AMEDEO MODIGLIANI BEST KNOWN FOR PORTRAITS SHOWING ELONGATION OF FACES AND FIGURES.
Why use functions? General programming advantages Clearly defined computations Enables code reuse Easier to debug 1.
Turtle Graphics Lesson 2 1. There are 3 homeworks to complete during the six lessons of this unit. Your teacher will let you know when a homework has.
Getting Ready for 3 rd Grade! Multiplication Division Fractions.
Drawing in Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
For loops. turtle drawings – common core state standards 1.1 Innovate: Demonstrate creative thinking, construct knowledge and develop innovative products.
Module 2: Investigation 2
2.2: Translations.
Module 2: Investigation 3
Module 1: Investigation 2 Repeating and Alternating Patterns
Week 3 DO NOW QUESTIONS.
Module 2: Investigation 1
Polar Coordinate System
Following and Giving Instructions
Understanding the Geometric Shape Code
Module 1: Investigation 4 Defining your own Pattern Blocks
Intro to CS Monday, August 29
Intro to CS Monday, August 24
Name the shape below. rectangle rhombus square triangle A B C D
Agent P, I have been hearing some rumours about a Python Turtle.
Introduction to.
Module 2 Lesson 3 Over and Over Again
T1.2e To Create Reference Angle Triangles (Butterfly)
Special Problems (Solve)

Shapes.
Value to Make Ratios Equal
Algorithms.
Mod 2 Lesson 2 Repeating Debugging
Mod 2 Lesson 2 Repeating with loops
Introduction to Fractions
SPLITTING OF COMBINED SHAPES
Module 2 Lesson 3 Over and Over Again
Word Work List ____________ Name____________
Mod 2 Lesson 2 Repeating with loops
Module 2 Lesson 3 Over and Over Again
pencil, highlighter, calculator, red pen, assignment
Circles Squares or Rectangles Triangles
Shapes.
Can you work out the next shape in the pattern?
Let’s Learn the Basic Colors
2 Making Blocks.
Can you work out the next shape in the pattern?
Presentation transcript:

What does this do? Pen up? Pen Down? Clear? Set Pen Color? Set Pen Shade? Stamp? 1

Combining Pen with Motion blocks Two ways to draw a line? What happens when we execute this script again? How can we fix this? 2

Drawing a square We have a line – how do we draw a square? Using coordinates How can we draw a square using “point in direction”? 4

Classwork Draw a blue triangle using “turn” Draw an “envelope” Don’t forget to your scripts Predictable AND Repeatable!! If you have more time: Experiment with different colors Experiment with different sizes for each line segment If you have even more time: Draw a circle Draw a smiley face Draw a rainbow