Creating & Using Sprites Adding Colliders

Slides:



Advertisements
Similar presentations
© 2010 Delmar, Cengage Learning Chapter 7: Importing and Modifying Graphics.
Advertisements

Adobe Fireworks CS3 Revealed CHAPTER THREE: IMPORTING, SELECTING, AND MODIFYING GRAPHICS.
Chapter 4 Making Selections. Chapter Lessons Make a selection using shapes Modify a marquee Select using color and modify a selection Add a vignette effect.
Macromedia Fireworks. Understanding Fireworks What can you do in Fireworks MX? –Work with vector objects and bitmap images –Add JavaScript-enabled interactivity.
Chapter 12 Using Clipping Masks, Paths, & Shapes.
Chapter 7 Creating Graphics. Chapter Objectives Use the Pen tool Reshape frames and apply stroke effects Work with polygons and compound paths Work with.
How to… Keep your character from leaving the game (never to return)
GameCamp! and Game Davis Creating a 2D Platformer in Unity.
Create slices and hotspots Create links in Web pages Create rollovers from slices Create basic animation Add tweening symbol instances to create animation.
Create a new document and import files Learn about the Macromedia Fireworks window Work with bitmap and vector images Create and modify text Unit Lessons.
® Microsoft Office 2010 PowerPoint Tutorial 2: Adding and Modifying Text and Graphic Objects.
Google SketchUp Castle
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 shapefiles Shapefiles are ArcView’s file format Each shapefile is a collection of files.shp -- spatial data (shape geometry).shx -- spatial.
Creating Tessellations With Paint. Open Microsoft Paint. Go to: Start, Programs, Accessories, Paint.
 Open Photoshop  File>open>choose a picture  Go to filter>choose an effect.  Either save your image or use the snipping tool to copy and paste it into.
Hand-Coloring in Photoshop! Go to Layer > Duplicate Layer to make a copy of your image Go to image > Adjustments > Black and White on your “background.
What’s new in Fireworks 8 Optimization Integrated workflow Create without complexity Workflow Improvements.
PowerPoint How To: Editing Literature to Incorporate Mathematic Concepts Created by: Selena Empey.
Chapter 10 Enhancing Specific Selections. Chapter Lessons Create an alpha channel Isolate an object Erase areas in an image to enhance appearance Use.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 17 Working with Graphics 1 Morrison / Wells / Ruffolo.
PowerPoint Overview ATLSS – PITA REU 2002 Prof. Naito.
Web Games Programming An Introduction to Unity 3D.
Macromedia Studio 8 Step-by-Step MACROMEDIA FIREWORKS 8 Project 2: Experience Bank Logo.
© 2011 Delmar, Cengage Learning Chapter 10 Enhancing Specific Selections.
Chapter 9 Fireworks: Part I The Web Warrior Guide to Web Design Technologies.
© 2011 Delmar, Cengage Learning Chapter 4 Making Selections.
Adobe Photoshop CS Design Professional SELECTIONS ENHANCING SPECIFIC.
Chapter 3 Making Selections. Chapter Lessons Make a selection using shapes Modify a marquee Select using color and modify a selection Add a vignette effect.
Epson Interactive Projector Part 2 Whiteboard mode With whiteboard.
+ Christmas Village Ms. Hattenrath. + Christmas Coloring Sheets On the following slides, there will be Christmas coloring sheets. Please select the ones.
Image #1 Getting Started
CIS 205—Web Design & Development Fireworks Chapter 2.
Click your mouse for next slide Adding Text Click in any text box Type in your text OR.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Masks and Channels Digital Imaging. Masks  Let you isolate and protect parts of an image  Based on a selection The area not selected is masked or protected.
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.
© 2011 Delmar, Cengage Learning Chapter 12 Using Clipping Masks, Paths, & Shapes.
PowerPoint Lesson 4 Part A - Slide Transitions Save this to your computer folder. Go to the Animations ribbon. Choose a transition to this slide.
Introduction to photoshop Photo Editing From Your Desktop.
UFCFSU-30-13D Technologies for the Web An Introduction to Unity 3D.
Desktop Publishing Lesson 5 — Enhancing Publications.
PowerPoint Practice Exercise 1.Save this file on your H drive in Word folder as Practice. 2.Edit each slide according to the instructions provided in the.
Creating cast members  Using tool palette window that can be selected from window menu.  The following objects can be created: Push buttons, Radio buttons,
Yingcai Xiao Game Development with Unity3D Inside/Outside Unity3D.
Patterned products Mrs Ras. File> New Find an image of a product that you want to place your pattern on Right Click> copy image.
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Creating a Navigation Bar.
Pro /Desktop Tutorial and shortcuts. Main Screen.
Creating Logo’s Using PowerPoint. Introduction PowerPoint has some basic shape and word art features that can be used creatively to design your own logo’s.
1 Pertemuan 08 Using Strokes and Fills Matakuliah: U0344 / DESKTOP 1 Tahun: 2006.
Game Development with Unity3D
THE INDUSTRIAL REVOLUTION Capitalism v. Socialism
Game Development with Unity3D Inside/Outside Unity3D
Done already for your convenience!
3GB3 Game Design Unity 3D Basics.
Build a Jack-O-Lantern Build a Jack-O-Lantern
Questions for Discussion
5A.
lecture 8 Our First Project
Happy Valentine’s Day Flowered lace background (Basic)
Cultures of South-Eastern Europe 3 November 30, 2015
Photoshop Bell Work Hand Tool: The hand tool moves an image within its window Zoom Tool: The Zoom Tool magnifies and reduces the view of an image. CTRL.
2 Timothy 1:2-5 Textured and layered background with title (Advanced)
2.01 Understand Digital Raster Graphics
Image #1 Getting Started
PowerPoint Practice Exercise
PowerPoint Lesson 4 Slide Transitions & Custom Animation
TEXT FORMAT Textured and layered background with title - Advanced
Picture with watercolor overlay background (Advanced)
A Gentle Introduction to Unity 2D Game Programming
Presentation transcript:

Creating & Using Sprites Adding Colliders Including RigidBody Components Customizing Physics 2D Materials

PowerPoint or OpenOffice Impress can be used to model sprites Most tools of this type have bitmap textures such as brick, stone, and grass set borders to zero

Paint Shop Pro Copy and Paste objects from PowerPoint to PaintShopPro and save them as .png images be careful not to use smoothing or sharpening filters on the images make magenta (255,0,255) the background color and then set the transparency to the background color

Adding Images to the Assets in a Unity Project just click-and-drag the images from the desktop to the Assets Panel (or in a folder in the Panel)

Making the Images into Game Sprites now you can click-and-drag copies of these images into your game

Adding Colliders to Sprites bases and walls get edge colliders platform bricks get box colliders circular objects get circle colliders complex shapes get polygon colliders 1. highlight sprite 2. click on add component 3. select Physics 2D 4. then choose collider

Edge Colliders Can Span Multiple Sprites you can click-and-drag collider points (green) to reshape the boundary you can click on a different spot to create a new point on a collider boundary you can control-click (red) points to delete them

Polygon Colliders when polygon colliders are added to complex shapes they often need to be edited

Editing a Polygon Collider You can click-and-drag articulation points on the collider You can add articulation points by clicking on the collider border You can delete articulation points by control-clicking them

RigidBody Components For two object to interact at least one of them must also have a rigidbody component. RigidBody components are typically attached to moving objects only.

RigidBody 2D Components have a Gravity Property

RigidBody 2D Components have a Gravity Property

Physics Material 2D we can create custom properties such as friction and bounciness to objects by adding Physics Materal 2D components

the Physics Material 2D component is added to the Material field of the collider of the sprite whose material properties we are modifying