Creative Inventions and Robotics Animation for Scratch www.build-it-yourself.com.

Slides:



Advertisements
Similar presentations
Creative Inventions and Robotics Graphics for Scratch In Development.
Advertisements

The Keys to Speed 1 st Quarter Review. Vocabulary Projects Folder A folder on the hard drive set up for video. It is also a fail safe place to save if.
Mission Technology Introduction to Scratch! June 2007.
Creative Inventions and Robotics Artwork in PowerPoint
Objectives Define photo editing software
Foundation Level Course
By Jacqui Sharp Animating a Volcanic Eruption. Step One: You need objects Tip: you need to close the shape before you can see a colour in it. Go to Paint.
Working with Images. Painting Software Tool for: drawing pictures and making illustrations Editing digital pictures.
Graphics Standard Grade Computing. Graphics Package n A graphics package is another General Purpose Package. n It is used to draw pictures on the monitor.
Creating Tessellations With Paint. Open Microsoft Paint. Go to: Start, Programs, Accessories, Paint.
Game Graphics Templates For BRAVO! & PRONTO! Watch tutorials at
Introduction to Scratch!
HOW TO SAVE FILES FOR WEB. Back up all your original files (make copies) so you don’t end up accidentally ruining your originals. Remember, web files.
Chapter 6 Images in Dreamweaver & Fireworks Mrs. Johnson Web Design.
Introduction to Cartooning
Graphics A graphics program allows you to combine pictures and text in many different ways. Features – General Level Draw graphics Enter Text Common Tools.
Adobe Illustrator Basics Instructor: Cristol Gregory Assistant: Tara Caimi.
Teams who run this, year E BB T B F TE SS CC Iso Right (start here)
John + Seth Seth and Johnwww.Build-It-Yourself.com Parents sometimes make our lives miserable because they don’t give us enough.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Graphics in HTML. Graphics  Question: How does a web page include graphics?  Are the graphics included in the HTML file or separate files?
Lesson #4 Magazine Cover Graphic ArtsHampton Middle School Mrs. Werger, Mr. Scott, & Mr. Berwick.
MAKING YOUR MASTER SCREEN IN PHOTOSHOP A QUICK GUIDE TO THE KEY STEPS.
Chapter 4 Working with Frames. Align and distribute objects on a page Stack and layer objects Work with graphics frames Work with text frames Chapter.
Getting Started with Fireworks A few tips: –Before you begin an assignment, be sure to create a folder on your drive for it. –If your canvas is checkered,
Design Studies 20 ‘Show Off’ Project How to make a computer monitor In Google Sketchup By: Liam Jack.
Project Two Adding Web Pages, Links, and Images Define and set a home page Add pages to a Web site Describe Dreamweaver's image accessibility features.
© 2010 Delmar, Cengage Learning Chapter 4 Working with Frames.
Creating interactive web pages using Fireworks Creating a 5 page mock up.
Image #1 Getting Started
© 2011 Delmar, Cengage Learning Chapter 4 Working with Frames.
Flash animation For beginners. homework Your homework is over two weeks so please write in each week of your planner for the next two weeks For homework.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Objective: Students will know the screen parts, tools, and menus of the Fireworks program. Students will be able to create a new document, create basic.
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.
Stop Go MoreIntroStart Back Clock Find a character you like for inspiration. Then add your own ideas and make it better! Graphics for Boogie Birds
Sliding Doors Tutorial  doors/
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
First, why use a program like Illustrator instead of Photoshop? Each is very good at different things. Illustrator is a drawing program and makes images.
Tabs with Rounded Corners (Sliding Doors). Sliding Doors Tutorial  doors/
Adobe Photoshop CS4 – Illustrated Unit A: Getting Started with Photoshop CS4.
Creative Inventions and Robotics Animated Gif’s
Simple Sprite Sheets with Inkscape & Gimp David Cline.
Exploring Computer Science - Lesson 3-4
Exploring Computer Science - Lesson 3-4
Find a character you like for inspiration.
Flash Interface, Commands and Functions
RESEARCH AND APPLY GRAPHIC DESIGN TECHNIQUES #3
Exploring Computer Science - Lesson 3-4
Gimp Guide Mr Hall.
Frank Schneemann, National University
Flash animation For beginners.
Frank Schneemann, National University
Introduction to PowerPoint
CSC020, Computer Graphics Type tools 1.
Vectors and Paths, also File Export
Image #1 Getting Started
Lab Book Brent, Julian and John
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
Directions are in slide notes. You can view them in two ways
PowerPoint is for making high quality presentations
Use of Photo Shop.
To insert this slide into your presentation
Creative Inventions and Robotics
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
Presentation transcript:

Creative Inventions and Robotics Animation for Scratch

Scratch: Freeware developed by MIT. Gimp: Freeware version of Photoshop. Free Online Tool for editing gif’s (crop and size). Free Online Tool for making animated gifs.

In Pixel vs Vector Graphics, we discussed the value of using a vector drawing tool to create way cool characters that can be edited and scaled relatively easily. In this animation presentation, we’ll take your character to the next dimension. Vector drawing Pixel drawing

Scaling vector drawings. Original ShrinkGrow Scaling pixel drawings. Original ShrinkGrow

Start by drawing your character. Make it big (to fit the whole screen) so you can work with details.

Copy and edit your first frame to show another flying position.

Group all the shapes, shrink them and then position them in a series of slides to test your animation. Press PAGE DOWN to sequence through the next few slides. You will see how the bird animates. With just two frames, you can get pretty cool looking animations.

Steps for animating frames in Scratch. Scale or size your frames Convert vector (PPT) to pixel (JPG) format Import jpg’s into Scratch Make backgrounds transparent Position characters in the center Write scripts to animate frames

Size your character for a Scratch stage The Scratch screen is relatively small. Only 480 x 360 pixels resolution. Most computer screens are set to 1000x800 resolution. So you have a relatively small drawing board to work with. If you want your character to maneuver around a Scratch background or stage, you will need to design your character so it looks good when scaled to fit into fairly small boxes.

Number of Animated Frames In a fancy animated film like ‘Toy Story,’ there are 24 or more frames per second to make the animated characters move very smoothly. It can be a ton of work to create many frames. Sometimes computers are smart enough to create lots of frames between a start and end frame. You will see that we can get pretty cool looking animation with just two frames in Scratch.

Preparing for Vector to Pixel Conversion Get rid of the boxes around your frames.

Saving PPT vector images to JPG pixel images 1)In Power Point: File / Save As / Select File Type => JPG 2)Save the slide as elmer-fly-right.jpg 3)Name your slides so you can easily distinguish them. This is especially important when you have many images. 4)Answer No when saving so that you save only the slide with the animated frames.

Saving PPT vector images to PNG pixel images with transparent backgrounds In Power Point 2007 or later: 1)Group your character by selecting a rectangle around all of your character parts. Right click and select ‘group.’ 2)Right click again and select, save as PNG. 3)Name your ‘png’ file descriptively and save to your desktop.

1)Launch Scratch. 2)Select the Costumes tab and Import: elmer-fly-right-1.jpg 3)Copy the imported jpg which will create your second frame: elmer-fly-right-2.jpg. 4)Edit each of the frames as described on the following pages. Import jpg’s to Scratch

1)Zoom out Import jpg’s to Scratch

1)Select the Box tool. 2)Select color white. 3)Draw a white rectangle over all but one frame. Import jpg’s to Scratch

1)Select the Paint Bucket. 2)Select the color transparent and click on all the white background areas. The white areas will turn to small white and grey squares. Import jpg’s to Scratch

1)Select the Position Box. 2)Draw a rectangle around your frame and position it in the center of the page. Alternatively, you can select ‘Set Rotation Center’ and effectively center your character. Import jpg’s to Scratch

1)If you don’t get your character exactly in the center, it may jump around when you animate it. 2)Now do exactly the same with the 2 nd frame. Import jpg’s to Scratch

1)If you want your character to go left, copy the two frames, flip them horizontally and rename them. 2)You can delete the cat costumes. Import jpg’s to Scratch

Make Elmer fly! 1)These Scripts will make Elmer fly when you press the RIGHT and LEFT ARROW keys. 2)Be sure to select no rotation or flipping. Check it out …

Wow … This is a lot of WORK!!! Brace yourself there, rookie. If you want to be a hot shot game designer or animator, you better be prepared to put in some long hours. Usually, good things don’t come easy.

Animated Feature Films: Toy Story 1.1 st big Disney 3D 2.Team Cost $30M 4.Gross $361M Lion King 1.Last big Disney 2D 2.Team Cost $45M 4.Gross $330M