Unit2: Flex Basics Mike Chantler, 20/8/2008 3D Modelling & Animation Module F21MAF21MA.

Slides:



Advertisements
Similar presentations
Microsoft® Small Basic
Advertisements

How to import and edit video clips in Windows Movie Maker
NumericStepper Component You can use the numeric stepper anywhere you want a user to select a numeric value. You can use the numeric stepper anywhere you.
Title Description Graphic. Choice A A B C Question Choice B Choice C Graphic.
CSE 115 Week 7 & 8 February , 2008 March 3 – 7, 2008.
Kritsakorn Chaumpanich. Object Creation  GameObject->Create Other ->Sphere.
How do I create a Web Dilemma in PowerPoint? Start Tutorial Use Black Boxes for Navigation.
Chapter 7 Creating a Self-Running Presentation Containing Animation
Game Design Creating a game called PING Phase 3: Steps for building basic game.
Lab#2 Bouncing Ball Supplemental Testing Experiments and analysis performed by Mike Krieg.
CPSC 203 Introduction to Computers Lab 23 Jie Gao.
Vanche Gujarat Abhiyaan(VGA)- Best Reader Competition Online Student Registration and Data Entry presentation.
Page 1 Simple PowerPoint Menus Section 1 Section 3 Section 2 Tutorial.
Turning Glowing Text into Animated Glowing Text Using Animation Shop.
CT1514.  What is Motion Guide Layer?  Controls the movement of objects in a Motion tween animation  How to create a Motion Guide Layer?  Click on.
A Power Point Presentation For... A Power Point Presentation ( click to advance slides )
Programming games Show your version of Bo the dog. Start cannonball Preview: video, audio work session (cannonball) Homework: Cannonball with ball in a.
ADAMS Assignment 1 ME451:Kinematics and Dynamics of Machine Systems (Fall 2013) Assigned: September 18, 2013 Due: September 25, 2013.
How to create an eBook in PowerPoint. Video.
What is Action Script 1.It is a programming language used in Flash 2.It is a language derived from JavaScript 3.It is an interactive language to control.
Insert your own text Example text Go ahead and replace it with your own text. This is an example text. Insert your own picture in the box COMPUTER IMAGES.
END MAIN MENU 1 What do you want to learn today? PowerPoint Overview Working with Objects and AutoShapes By Nancy Theis EDTC /20/04.
A JAVASCRIP BOUNCING BALL ANIMATION - NIFTY ASSIGNMENT Jamil Saquer Computer Science Department Missouri State University Springfield, MO.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Access Project 7 Advanced Report and Form Techniques.
Photo Story Creating your own!. What is Photo Story? Photo Story is a way to create slideshows with added narration, effects, transitions and background.
Business and Computing Deanery 3D Modelling Tools Week 14 – Animating cameras.
Chapter 18 Working with Animation, Video, & Photography.
Educational PowerPoint Game Sample Created by: Kids Computer Lessons For Students in Grade 8 Next.
For each diagram below, create a free diagram of the ball at the top of the path As you view the following video and animation think about the forces.
Programming Games Show your rock-paper-scissors. Demonstrate bouncing ball. Demonstrate and examine Bo the dog. Homework: Modify Bo to make your own.
Creating an Animated Map – Lesson 91 Creating an Animated Map Lesson 9.
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.
Unit 7 – Desktop Publishing Animation Animation Skills Lesson – Overview of Adobe Flash Canvas TimeLine Tools Properties.
Microsoft Access 2003 Illustrated Introductory Using Forms.
Basic study of a switch Unit 3.Lesson 3. A switch Purpose A switch is a mechanical device used to connect and disconnect a circuit at will Parts seen.
3:00. 2:59 2:58 2:57 2:56 2:55 2:54 2:53 2:52.
ADAMS Assignment 1 ME451:Kinematics and Dynamics of Machine Systems (Spring 09)
TOOLBOX. The Toolbox Intrinsic Controls - always included in the Toolbox ActiveX Controls - separate files with ocx file extension Insertable Objects.
Computer Science I Animations. Bouncing ball. The if statement. Classwork/homework: bouncing something. Compress and upload work to Moodle.
Image from
Dreamweaver MX. 2 Timeline Overview (p. 480) n Animations can be achieved with DHTML (__________ HTML) using JavaScript code and _____ or later browsers.
Title of your site Title of your page Text and images arranged on the page in the design of your choice. Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page.
Creating Animations! Using Animation Shop. 1.Open your glowing text NAME file. 2.Use the dropper tool to select the exact glowing color.
1 2 3 MOVING SPHERES ANIMATED
CS3451, Project 1 Teams of 3 (or 2).
Macromedia Fireworks Stop frame animation.
Introduction to Computing
Microsoft Access 2003 Illustrated Complete
Microsoft Word Illustrated
© 2010, Mike Murach & Associates, Inc.
Top Fire Protection Services Ottawa available on Dubinskyconstruction
BBC Microbit.
सोलर पॅनेलचा उपयोग करुन रीचर्जेबल टॉर्च बनवणे.
The How To Do’s in the PowerPoint Program
A Power Point Presentation
Prize Wheel/ Game Spinner 1 – Uses: Use this slide to add excitement to any game. You may want to use this spinning wheel to determine points that a team.
RIPPLE EFFECT ANIMATED
BBC Microbit.
Animation Unit – Lesson 1
5.3 Components of Vectors The perpendicular components of a vector are independent of each other.
Prize 1 Prize 2 Prize 8 Prize 3 Prize 7 Prize 4 Prize 6 Prize 5
This is an example text. Go ahead and replace it with your own text.
YOUR text YOUR text YOUR text YOUR text
½ of 6 = 3.
Modified at -
With Animation 2. The Second Wave 1. The First Wave 3. The Third Wave.
Add You Title Here Your Text
This is an example text. Go ahead and replace it with your own text.
TA: Nouf Al-Harbi NoufNaief.net :::
Digital Story Telling with Frames
Presentation transcript:

Unit2: Flex Basics Mike Chantler, 20/8/2008 3D Modelling & Animation Module F21MAF21MA

Lab 3D Modelling & Animation Module F21MAF21MA

Lab Modify bouncingBox.mxml to replace the box with an image. 2.Modify bouncingBox.mxml to add a toggle button that starts and stops the animation. 3.Modify it again to give it a ‘single step’ button that will advance the animation one frame and then stop.

Lab Modify “bouncingBallUsingComponents” to bounce 3 balls up and down. 2.Add 3 Text components and use them to indicate the vertical velocities (vy) of the 3 balls. 3.Add a NumericStepper component to control the x position of the first ball. 4.Add an HSlider component to control the x position of the second ball.

End: Unit 2 3D Modelling & Animation Module F21MAF21MA