Interactive Media and Game Development

Slides:



Advertisements
Similar presentations
2.02A History of Animation 2.02 Develop Computer Animations.
Advertisements

Interactive Media and Game Development 2-D Tiles and Sprites.
Possible Windows 8 Improvements By: Scott Hill. Improve Windows 8 Split Screen Mode The only options for split screen mode currently is to have one screen.
Unit 6 – Multimedia Element: Animation
Concept Art Mohammad Zikky, M.T. 2 Outline  The Pipeline  Concept Art(next)  2D Art  Animation, Tiles  3D Art  Modeling, Texturing, Lighting.
COMPOSITION. THE most important thing! This is one of the most important things that you can learn as an artist! This is one of the most important things.
Interactive Media and Game Development Tiles, Sprites and Concept Art.
IMGD 1001: 2D Art by Mark Claypool Robert W. Lindeman
Macromedia Flash MX 2004 – Design Professional Animations CREATING.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
Chapter Seven Graphics, Multimedia, and Hypermedia.
FLASH Introduction to Animation. Review: Intro to Computer Operation Information Technology Vocabulary Computer Hardware Motherboard CPU and Memory Peripheral.
Chapter 8 – Part I Interactive Multimedia Authoring with Flash: Animation “Computers and Creativity” Richard D. Webster, COSC 109 Instructor Office: 7800.
Animation Theory.
The Principles and Elements of Design an interactive quiz
CSC 8610 & 5930 Multimedia Technology Lecture 7 Animation Techniques.
BASIC CONCEPS OF ANIMATION The presentation source: Department of Educational Multimedia Faculty of Education, UTM MPT 1383: VIDEO AND ANIMATION TECHNOLOGY.
Hidden Surface Removal
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - GRAPHICS. In this chapter how the computer creates, stores, and displays graphic images how the computer creates,
Animation Techniques Guilford County SciVis V
Chapter 11 ANIMATION  Group Name: Creative Web World  Jose T Barriga  Claudia L. Espinosa  Ranjana Agarwal.
Photoshop Backgrounds, Buttons, Banners & Animation In PowerPoint Presentations.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 19 Other Graphics Considerations Review.
Grafis 3D. What is 3D?  3D Image x, y, z Tell a story, more information  2D Image x, y Communicate something simple (ie. cheat)
Dm11 – Flash Creating Animations Animations CREATING.
CGMB113/ CITB 123: MULTIMEDIA TECHNOLOGY
Click your mouse for next slide Flash – Introduction and Startup Many times on websites you will see animations of various sorts Many of these are created.
Animation Ann Ware.
Multimedia Building Block : Animation
Week Rob Pooley Basics of animation and Flash Lecture 1 F27EM1.
Lesson Two: Creating Sprites. What Are Sprites? Two-dimensional Image that is integrated into a larger graphics area. Sprites are everything that is visual.
Copyright © 2003 Pearson Education, Inc. Slide 5-1 Created by Jim Lengel, College of Communication, Boston University Web Wizard’s Guide to Shockwave.
Chapter 4 Creating Animations.
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 8 This presentation © 2004, MacAvon Media Productions Animation.
Chapter Lessons Create frame-by-frame animations
Publishing Software to create, customize, publish materials such as newsletters, brochures, flyers, catalogs, and web sites.
Digital Media Dr. Jim Rowan ITEC 2110 Animation. Two ways to create moving images Capture using a camera Create using animation techniques.
Presented by the Virginia 4-H Science and Technology Committee PowerPoint 101.
Computer Graphics 2 In the name of God. Outline Introduction Animation The most important senior groups Animation techniques Summary Walking, running,…examples.
Chapter 7 Animation. The Power of Animation Animation grabs attention Transitions are simple forms of animation  Wipe  Zoom  Dissolve.
Flash Adobe Flash Introduction Kyungeun Park. Bitmap vs. Vector based  Bitmap –Bitmaps are made up of single pixels  Vector based –Vector graphics are.
 The creation of moving pictures one frame at a time Literally 'to bring to life' e.g. make a sequence of drawings on paper, in which a character's position.
Adobe Flash CS3 Revealed
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Multimedia Animation. Animation Principles Persistence of vision object seen by human eye remains mapped on retina for a brief time after viewing display.
Animation Basics. A) Animation In animation we attempt to make things that aren’t really there appear as though they could actually exist and move in.
© 2011 Delmar, Cengage Learning Chapter 4 Creating Animations.
Chapter 4 Creating Animations. Chapter 4 Lessons 1.Create motion tween animations 2.Create classic tween animations 3.Create frame-by-frame animations.
Chapter 7 Animation Prepared by: Ms. Ma. Anna Corina G. Kagaoan College of Arts and Sciences.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
Principles of Design. The Principles of Design are a set of guidelines artist’s use for two main reasons… To help them create artwork that is both pleasing.
Project requirements Summer 2015 Intro to 3D Animation (Please use this address for me.)
IMGD 1001: 2D Art.
“ Animation Through the Ages” Camelia McCallion. Main tasks What is computer animation? Hand drawn (cel) Flick books Animated cartoon Animation process.
Animation Lecture 8 Razia Nisar Noorani. Animation The rapid display of a sequence of images of 2-D or 3-D artwork or model positions in order to create.
Multimedia element: Animation Week The power of animation Animation is achieved by adding motion to still image/object. May also be defined as the.
CISC 110 Day 3 Introduction to Computer Graphics.
Ann Ware. A simulation of movement or the perception of motion created by displaying a series of pictures or frames.
Introduction to Animation In animation, a series of images are rapidly changed to create an illusion of movement.
Components in photo journalism BY: KYLE COACH BY: SIR. FADERA.
Simple Sprite Sheets with Inkscape & Gimp David Cline.
Computer Engineering and Networks, College of Engineering, Majmaah University ANIMATION Mohammed Saleem Bhat CEN-318 Multimedia.
PowerPoint Computer Solutions 1. Multimedia A powerful blend of text, graphics, sound, animation, and video on your computer.  Multimedia is an effective.
COM 205 Multimedia Applications
Chapter 4:- Animation Eyad Alshareef Eyad Alshareef.
Tools and techniques.
Computer Graphics Lecture 15.
Chapter 5 Animation.
Presentation transcript:

Interactive Media and Game Development 2-D Tiles and Sprites

Outline Tiles Sprites More material: Ari Feldman. Designing Arcade Computer Game Graphics , Online at: http://www.gamemaker.nl/feldman/full.zip Tsugumo. So You Want to Be a Pixel Artist?, Online at: http://web.cs.wpi.edu/~claypool/courses/frontiers-06/samples/pixel-artist/default.html

Tiles A tile is a small, square 2d image for a sprite-based game Needed for commonly backgrounds Often repeated Too hard to make every pixel different! RPGs make heavy use Grass, trees, water, sand Start with a grass tile to warm up

Grass is Green Use a basic green square But looks unnatural Like flat, shiny metal No illusion of movement

Grass has Variation Can do a lot with simple enhancement of color shades

Make Random Use the “spray” tool

Make Look Random with Control Draw by hand for more control 4 pixel line strokes

The “Grid” (1 of 3) Looks too much like tiles “Large” blank is problem, so remove

The “Grid” (2 of 3) Still, some “lines” are visible when repeated Break up with more color

The “Grid” (3 of 3) Much better!

Don’t Try This at Home Don’t use same texture for all, else not much better than just colors

When rubber hits the road?

Outline Tiles Sprites (next)

Animation Animation  produces the illusion of movement Display a series of frames with small differences between them Done in rapid succession, eye blends to get motion Unit is Frames Per Second (fps). For video: 24-30 fps: full-motion (Game Maker does 30) 15 fps: full-motion approximation 7 fps: choppy 3 fps: very choppy Less than 3 fps: slide show 2D Sprites can get away with about about ½ that To do successfully, need to keenly observe, focus on differences in movement Apply basic principles (next)

Key Frames Images at extremes in movement The more the better? Most noticeable to observer Ex: for flight wings up and wings down Ex: for walking, right leg forward, leg together The more the better? Smoother, yes But more time to develop (tradeoffs) And more prone to errors, “bugs” that interfere with the animation Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

In-Between Frames Generated to get smooth motion between key-frames Can be tedious and time consuming to make Most software allows duplication Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Frame Animation Guidelines (See GameMaker tutorial shooter for examples of Enemy Planes, Explosions) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Secondary Actions Animation part that does not lead movement, but follows it Add extra dimension of reality Ex: Hair moving in wind Ex: Cape billowing backward Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Steps in Creating Animation Sequences (1 of 3) Conceptualize – have vision (in mind or on paper) of what animation will look like Decide on object behavior Animated once (no looping) Animated continuously (using cycles) 2nd choice means must make last key frame blend with first Choose an image size – will contain and constrain object Test and experiment briefly to have plenty of room Design key-frames - drawing the motion extremes Use simple shapes to represent main actions Ex: stick figures or basic shapes (circles, squares) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Steps in Creating Animation Sequences (2 of 3) Estimate the in-betweens – think of how many you will need to complete the sequence smoothly Be conservative. Easier to add additional transition frames than remove them Apply secondary enhancements - Embellish to look convincing and enticing Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Steps in Creating Animation Sequences (3 of 3) Test each movement Can be done with ‘copy’ and ‘undo’ in tool Others have animation rendering (ex- Game Maker) Look for flaws (movement, discolored pixels …) Repeat - Repeat for all animations Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Primitives Used in many games. If identify, can apply primitive rules and use: Cylindrical primitive Rotational primitive Disintegration primitive Color flash primitive Scissors primitive Growing primitive Shrinking primitive Minor primitives (used less often) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Cylindrical Primitive Spinning, rotating objects (hulls, wheels, logs…) Easy to master since doesn’t require major changes Instead, uses markers that change Show go from one end to another Need at least 3 frames Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Rotational Primitive Object moving in place (gun turret, asteroid…) Again, easy since rotate picture fixed degrees Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Disintegration Primitive Remove object from screen (character dies, explosion…) Melting – reduce vertical area Dissolving – remove random pattern Color fading – extreme color change Take fixed percentage out for smooth Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Color Flash Primitive Flickering behind object (flash of jewel, sparkle of torch, pulse behind rocket…) Usually intense, contrast color Usually short animation (but can be complex) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Scissors Primitive One of most popular (walking, biting) Few key frames, large changes in between Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Growing/Shrinking Primitive For explosion, growth/reduction potion Pay attention to scale (ex: 2 works well) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Minor Primitives (1 of 3) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Minor Primitives (2 of 3) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman

Minor Primitives (3 of 3) Based on Chapter 9, Designing Arcade Computer Game Graphics, by Ari Feldman