Lesson Six Drawing.

Slides:



Advertisements
Similar presentations
Microsoft Excel. Click on “Start,” then “Microsoft Office Excel.”
Advertisements

Mission Technology Introduction to Scratch! June 2007.
Scratch for Storytelling Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Tessellation Simulation Project
1 An introduction to programming concepts with Scratch.
Introduction to TouchDevelop
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Adventures in Animation Introduction to Scratch! Michelle Venable-Foster June 2006.
What is Scratch? Scratch as Logo Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Introduction to Scratch!
Assignment 2 Due November 4, 1:30pm. Website You are creating a website for a fictional business which must sell some sort of product You can create any.
Using School fusion A great interactive tool to aid in communication for students, parents and YOU!!! Property of TSVest 2006.
INTERIOR DESIGN FINAL EXAM DUE
Introduction to TouchDevelop
XP New Perspectives on Microsoft PowerPoint 2002 Tutorial 2 1 Microsoft PowerPoint 2002 Tutorial 2 – Applying and Modifying Text and Graphic Objects.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 13 Templates.
Introduction to Using the Notebook 10 Software for SMART Board Day 2 LIVINGSTON PARISH PUBLIC SCHOOLS Facilitated by S. Waltman.
Variables. Todays Lesson  In todays lesson you are going to:  Learn to use variables  Learn to ask for user input  Learn to save the users response.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Go to your Blog URL: Then click on “Log in” Your students do not need to remember their password, they can select.
1 Project designed and created by M. Shajith Kumar.
Learn to identify and describe triangular numbers
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner and choose a new.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner of the stage and.
Christmas Newsletter Template This is an editable newsletter template that you can use to send out classroom information, up coming events and much more.
How to create an educational wiki. Laurie Roberts 2010.
Adventures in Animation Introduction to Scratch! Michelle Venable-Foster Barb Ericson Dec 2007.
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.
Functions. functions: a collection of lines of code with a name that one can call. Functions can have inputs and outputs.
Review for Final June 13, 2016.
Commands in Scratch.mit.edu
8 Steps to Facebook Ad Creating & Conversion Tracking Set-up
-Type text and adjust font/size To add images:
Unit 1: Transformations Lesson 3: Rotations
Editing Instructions To add text: -Insert -Text Box
ICT & Statistics Center
B i N G O ‘Enable Content’ must be clicked for the file to work.
Tables, Smart Art and Templates
Adding Breaks, Working With Columns, HyperLinks and Shapes
Loopy Motion Control.
Christina C. Wray & Sarah Norris
Shaw STEM Lab
Adobe illustrator.
Module 2 Lesson 3 Over and Over Again
Exploring Microsoft® Office 2016 Series Editor Mary Anne Poatsy
Introduction to PowerPoint
Mod 2 Lesson 2 Repeating Debugging
Mod 2 Lesson 2 Repeating with loops
Using Templates and Library Items
Shelly Cashman: Microsoft Publisher 2016
Module 2 Lesson 3 Over and Over Again
Intro to Programming Review for Quiz.
Mod 2 Lesson 2 Repeating with loops
Module 2 Lesson 3 Over and Over Again
Shapes and Crystal Flowers
CSC 221: Introduction to Programming Fall 2018
Lesson Seven Conditionals.
Lesson Twelve Video Sensing.
Lesson One Movement.
Lesson Two Sprites.
Lesson Eleven Moving Backgrounds.
Lesson Ten Lists.
Lesson Five Music.
Lesson Nine Variables.
Adobe illustrator.
Foundation Level Course
2 Making Blocks.
Presentation transcript:

Lesson Six Drawing

Skills Adding an extension to Scratch Programming a sprite draw Making geometric shapes and patterns

Create a new project Title it Lesson Six Delete the cat!

Add the Pen extension

Now you have new pen code blocks

Bring in the pencil sprite

Make the pencil follow your mouse FYI: The code block has “random position” as its default. Click the arrow to choose the mouse. How might this code be useful for a gaming program?

Make the pencil draw

Why might this be useful? Make the pencil draw Why do we need this? Why might this be useful?

Let’s tweak where the pen marks are coming from Go to your pencil’s costume and select it

Move your pencil’s center to the tip This icon is your center

Now your pencil should draw like this

Let’s draw a specific shape Delete this part of your code Add Add What happens if you take out the wait? Add

How can you change this to draw a triangle instead? A triangle has 3 sides The exterior angles are 120°

How to find the external angle Tip How to find the external angle In order to create the 60 degrees of an equilateral triangle, the pencil itself needs to turn 120° 120° Line = 180° Take 360 ÷ number of sides (360 ÷ 3 = 120)

What other shapes can you make? Remember: 360 ÷ number of sides

Now we will program a pattern

We are asking it to draw lots of squares, but to rotate a few degrees before each new square You can adjust your wait so that it draws faster The outer loop causes it to rotate before repeating the process The inner loop draws 1 square The degree the pencil must turn before beginning the new square This is called a “nested loop”

We are asking it to draw lots of squares, but to rotate a few degrees before each new square Tip To figure out how many repeats your outer loop needs to have to complete the pattern, divide 360 by the angle of your turn between loops. 360 / 15 = 24

Your Turn! Make a new patterned design that incorporates at least one of these challenges: The lines change color as they draw The thickness of the lines changes as it draws More than one type of shape is repeated The user can change the color of the pen and/or size of the pen while it is drawing Submit to Lesson 6 in the class studio.

12-Lesson Discounted Bundle Bonus Files Final project with Guidelines Rubric Reflection Assignment Student Support Website A support page for each lesson to aid students while working independently https://www.teacherspayteachers.com/Product/Computer-Coding-in-Scratch-10-Lessons-BUNDLE-3870547

Click for individual lessons

Click to edit Master title style

Click to edit Master title style

Click to edit Master title style

https://www.teacherspayteachers.com/Store/Miss-Bs-Shop

Terms of Use & Credits By downloading this product you are given permission for classroom and personal use only. You may alter and modify this work for your own use, but please do not share, sell, or post online. Please consider rating this resource. Your ratings earn you TpT credits to apply discounts towards future purchases. Use the link to go to the “My Purchases” tab and rate any products you have downloaded. Note that there is a separate “paid downloads” and “free downloads” tab. https://www.teacherspayteachers.com/My-Purchases Cover art from Tangerine by Edward Bloor. Copyright ©1997 by Edward Bloor. Reprinted by permission of Houghton Mifflin Harcourt Publishing Company. All rights reserved. All other images in products and on cover art (thumbnail images) were found in the public domain. The public domain consists of all the creative works to which no exclusive intellectual property rights apply. Those rights may have expired, been forfeited, expressly waived, or may be inapplicable. Screenshots that are taken from Adobe CC Suite, Microsoft Office Suite, iMovie, and Scratch are in compliance with Fair Use guidelines.