Drawing with the Pen Barb Ericson Georgia Tech June 2011.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Mission Technology Introduction to Scratch! June 2007.
Scratch for Storytelling Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
How to… Keep your character from leaving the game (never to return)
Mrs. Chapman. Tabs (Block Categories) Commands Available to use Script Area where you type your code Sprite Stage All sprites in this project.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
Racing Car Game Using the keys to control a sprite.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
Extending the Pong Example Barb Ericson Georgia Tech June 2011.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Adventures in Animation Introduction to Scratch! Michelle Venable-Foster June 2006.
Mr. Wortzman. Tabs (Block Categories) Available Blocks Script Area Sprite Stage All sprites in this project.
By: Zaiba Mustafa Copyright ©
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.
Goals and Objectives Brief Description: SMART board Goal: Effective Delivery of Instruction Using SMART board Objectives: 1. To provide instructors.
Introduction to Scratch!
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.
Introducing Scratch the Cat
How to make a Shooting Target game in Scratch!. WE ARE GOING TO MAKE A TARGET GAME. This game will have: A Target that will move when clicked. A Timer.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Creating HUD Rings. Step 1 Open a new document in Illustrator. You can set it to the size you prefer to work in. In my case I have it set at 500px by.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
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.
{ Colorado State Bird Lesson Achieve K-12 Art/ Mr. Blum.
1 Using layers NOTES. 2 Open Adobe Photoshop Elements. Select a size of A4. Create 5 new layers by selecting layer > new. Do this action five times. Click.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Computer Programming Modeling a Passive Solar Home.
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.
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.
Scratch for Interactivity Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Digital Art in Scratch part 2 Barb Ericson Georgia Tech Nov 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 
Computer Programming Modeling a Passive Solar Home.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech.
Computer Programming with Scratch JAOIT 8. Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations,
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
© 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.
Using MIT Scratch for Programming and Control Programming 9.
Functions / Blocks.
Review for Final June 13, 2016.
Create a Halloween Computer Game in Scratch
Commands in Scratch.mit.edu
Scratch for Interactivity
Madlib-Input, Strings, and Lists in Scratch
Spanish Mad libs with Scratch
We are Astronauts Learning Objectives: I can open Scratch
Scratch for Interactivity
Go to =>
Go to =>
Go to =>
Go to =>
Mod 2 Lesson 2 Repeating Debugging
Mod 2 Lesson 2 Repeating with loops
Mod 2 Lesson 2 Repeating with loops
Creating a Simple Game in Scratch
2 Making Blocks.
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
Presentation transcript:

Drawing with the Pen Barb Ericson Georgia Tech June 2011

Project Description We will create a spider sprite and have it draw with the Pen blocks –We will teach it to draw a square –And make a flower out of many squares

Big Picture Delete the cat sprite Paint the sprite that you will draw with –A spider Program the sprite –To draw a square when it receives a square message –And a flower out of many squares

Delete cat sprite To delete the cat –Click the scissors –Click the cat Or right click on the cat and select delete

Draw the sprite Click on the star with a paintbrush –Under the stage view

Using the paint program Click on the ellipse tool –Click the filled circle –Pick the color –Click and drag to draw a circle

Draw legs for the spider Use the line tool to draw legs –Click on the line tool icon –Pick the color for the legs –Click and drag to draw

Draw a head and eyes Use the ellipse tool to draw a head and eyes –Click "undo" if you make a mistake –Click "OK" when done

Grow or shrink sprite You can change the size of the sprite –Click on the arrows pointing out icon to grow it and arrows pointing in to shrink –Then click on sprite

Programming Steps When the green flag is clicked do all set-up –Clear the drawing area –Draw a square How do you draw a square? –Repeat 4 times Move 50 steps Turn 90 degrees

Set-up When the green flag is clicked - Control –Clear the drawing area – in Pen –Put the pen down – also in Pen

Draw a Square Repeat 4 times – Control –Move 10 steps – Motion Change to 50 –Turn – Motion Change to 90

Drawing many squares We can draw a flower by drawing many squares –And turning between them

Breaking this into pieces Use broadcast and receive to make reusable parts –drawSquare –drawSquareFlower

Challenge Add other shapes –Triangle Add a way to clear the drawing –When you press a key Add a variable to control the width of the square –You can even make this a slider

Connection to Art Piet Mondrian made modern art with just black lines and solid colors –Can you do something like this? –Try setting the pen width and color