44
Slide 1 of 42 Warm up Questions: Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from www.wikipedia.org or having 3 links to your site from www.uwo.ca ? Question: if we search for the terms “Cattle”, “Ranch”, “Texas” and we only get pages back that have those words, what are some of the factors that will make one page show up ahead of another page?

Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from or having 3 links

Embed Size (px)

Citation preview

Page 1: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 1 of 42

Warm up Questions:Warm up Questions:Question: Which will rank you

higher with Page Rank, having 1 link to your site from www.wikipedia.org or having 3 links to your site from www.uwo.ca?

Question: if we search for the terms “Cattle”, “Ranch”, “Texas” and we only get pages back that have those words, what are some of the factors that will make one page show up ahead of another page?

Page 2: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

ANIMATIONANIMATIONComputer Science 1033 – Week 8

“Live action writers will give you a structure, but who the hell is talking about structure? Animation is closer to jazz than some kind of classical stage structure.” Ralph Bakshi

http://www.youtube.com/watch?v=0g1eb8O9j1M&feature=related

Page 3: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 3 of 42

Overview of Today’s TopicsOverview of Today’s TopicsAnnouncementsDemonstration of how to do

assignment 3What is animation?Types of animationFile types of animationUsing Flash to build your animation

and animation terminologyHistory of animationReviewLOTS OF VIDEOS TODAY Sit back

and enjoy

Page 4: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 4 of 42

Announcements Announcements Assignment 3 and Assignment 4 are

posted.◦They will take you longer than you think,

give yourself LOTS of time to do them.Final Exam: Sunday, Dec 9at 7pm

◦Bring your student card and a soft pencil◦2 hour exam◦All multiple choice questions◦About 150 questions ◦NO calculators, ipods, hats, electronic

devices, notes

Page 5: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 5 of 42

Announcements Announcements Assignment 2

Should be marked by next MondayAssignment 3

◦ IT will take you longer than you think, give yourself LOTS of time to finish it and to hand it in (Hand it in on before Wednesday, the labs will be VERY busy on Thursday and Friday).

◦ Hints: Remember your titles Think about layout, consistency, ease of use! Follow the specs Use a table for a clean layout (put the banner in the

top row and content in the bottom row) Common Mistakes

http://www.csd.uwo.ca/~lreid/cs1033/assignment3/SamplesOfCommonMistakes/

Page 6: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 6 of 42

Announcements Announcements Assignment 3 Hints

THINGS THAT CAN GO HORRIBLY WRONG http://publish.gaul.csd.uwo.ca/lreid/other/student1

/http://publish.gaul.csd.uwo.ca/lreid/other/student2

/index.htmlhttp://publish.gaul.csd.uwo.ca/lreid/other/student3

/assign3/

http://publish.gaul.csd.uwo.ca/lreid/other/student7/assign3/

http://publish.gaul.csd.uwo.ca/lreid/other/student9/major/index.html

THINGS THAT CAN GO RIGHT http://publish.gaul.csd.uwo.ca/lreid/other/student8

/assign3/index.html

Page 7: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 7 of 42

Hint if you want cool fonts in your Hint if you want cool fonts in your web page!web page!http://www.google.com/webfonts/

Paste the code you get at the google site into your code below the <head> tag. (the code will look like this <link href='http://fonts.googleapis.com/css?family=Eater' rel='stylesheet' type='text/css'>

Create a new CSS rule in Dreamweaver:◦Click on Edit Rule ◦Give it a name & hit OK◦Give it the font name of the name in the

above code (e.g. Eater)◦E.g. http://www.csd.uwo.ca/~lreid/cs1033/fontdemo.html

◦ http://www.csd.uwo.ca/~lreid/cs1033/fontdemoAfter.html

Page 8: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 8 of 42

What is animationWhat is animation

A sequence of images that create the illusion of movement when played in succession.

Here are some simple examples:

Page 9: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 9 of 42

Why use animation?Why use animation?Easier to show somebody

how something works then to try and explain it.

Also animation: ◦Indicate movement

◦Illustrate change over time

◦Visualize three-dimensional objects

◦Attracts attention

Four Stroke Engine

Page 10: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 10 of 42

How does animation work?How does animation work?Simulation of movement through a series of

pictures that have objects in slightly different positions

Each drawing is called a frame (a snapshot of what’s happening at a particular moment)

Required Frames Per Second FPS:◦ Movies on film 24 fps◦ TV 30 fps

9000 frames for five minute cartoon

◦ Computer animation 12 to15 fpsJerky if anything less

Page 11: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 11 of 42

Sampling and Quantizing of Sampling and Quantizing of MotionMotionSince each frame is just an image

◦Each frame is sampled into a discrete samples and each sample becomes a pixel Sampling process Remember:

More samples means better quality (10 pixels by 10 pixels vs 200 pixels by 200 pixels)

More samples means bigger file sizes (10 pixels by 10 pixels vs 200 pixels by 200 pixels)

◦Each pixel gets assigned a colour, maybe just 2 colours(black and white1bit colour) or maybe 16 million colour (24 bit colour) Quantization process

Question: What else can we “Sample” with MOTION?

Page 12: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 12 of 42

Frame Rate (Frames Per Frame Rate (Frames Per Second FPS)Second FPS)Frame Rate: indicates the

playback speed of the animation in frames per second◦Low frame rate appears choppy◦Question: BUT high frame rate can also

appear choppy, WHY? Answer: if the computer playing the

animation is not fast enough to process and display the frames.

Page 13: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 13 of 42

2-D Animation 2-D Animation two types of 2-D animation:

◦Cel Animation (also called traditional animation, classical animation, hand-drawn animation, frame by frame animation)

◦Path Based AnimationBoth types still are made of frames:

◦The more frames per second, the more believable the movement will be.

◦The more frames per second, the bigger the final version of the movie file will be (more bytes)

Page 14: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 14 of 42

Cel AnimationCel Animation

An animator must HAND draw every single frame!

To simplify, one background is drawn and then the item that will move is drawn on a clear sheet of plastic (a cel), one drawing for each frame.

When moving to the next scene, just change the background

http://www.youtube.com/watch?v=jbhCUPwSrp0&feature=player_embedded

Page 15: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 15 of 42

Cel AnimationCel AnimationQuestion: What was the first full

length cel based animated movie? Hints:

◦Debuted in 1937◦Over 350,000 frames◦Over 1,500,000 pen and ink drawings◦Stars seven rather short guys and one p

asty brunetteOther examples:

◦Charlie Brown

Page 16: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 16 of 42

Path Based AnimationPath Based AnimationPick:

◦a starting point for an object, (start frame)◦an ending point for an object (end frame)◦a path for the object to follow

And then the computer generated all the frames in between (called TWEENING), so that the artist doesn’t have to draw the intermediate frames (like the artist did in cel based animation)

Page 17: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 17 of 42

Path Based AnimationPath Based AnimationQuestion: What name do we give to the

start frame and the end frame? (not the frames that are computer generated, rather the frames drawn by us?)

Question: Why is the act of generating the frames in between the first frame and the last frame called tweening?

Question: The path the object follows have to be a straight line, TRUE or FALSE?

Question: What software allows us to do path based animation?

Page 18: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 18 of 42

Path Based Animation Path Based Animation SoftwareSoftwareThe software that generates the

frames has features such as:◦Looping◦Transition (Fade in and Fade out)◦Repetitions allows the user to pick

how many times the animation repeats◦Setting the Frames Per Second

Question: What does a bigger FPS imply? Larger file size More realistic motion

Page 19: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 19 of 42

What can we do to change the What can we do to change the motion?motion?If the animation appears too slow, we can speed up the motion by:◦Reduce the number of frames (say pull

out every other frame)OR◦Increase the frame rate (go from 10fps

to 20fps)

Page 20: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 20 of 42

Slowing down the motion by Slowing down the motion by adding more framesadding more framesAssume now that the motion is a bit too

fast, 2 ways to slow it down:◦ Way 1: Add more frames:

Keep the frame rate the same Increase the number of frames between the

keyframes to stretch out the animation◦ Way 2: Lower the frame rate (go from

20fps to 5fps) Keep the same number of frames as original but

stretches out movie◦ Original Clip has 5 frames, at 20 fps, so

finishes playing at 0.2 seconds, too fast! Way 1: still have 20 fps, but add in extra frames

between, now have 20 frames Way 2: holds frame on screen for 0.2 seconds, then

moves to frame 2, on screen for 0.2 second, etc….

Page 21: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 21 of 42

Question: What is wrong with Way 2?

From the text book: Digital Media Primer by Yue-Ling Wong

Page 22: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 22 of 42From the text book: Digital Media Primer by Yue-Ling Wong

Cel Animation vs. Path Based Cel Animation vs. Path Based AnimationAnimation

Page 23: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 23 of 42

2-D Animation Terminology2-D Animation TerminologyQuestion: What do these terms

mean?◦Keyframe◦Tweening◦Onion Skinning

Page 24: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 24 of 42

3-D Animation3-D Animation3-Dimension animation involves 3

steps:◦Modelling◦Rendering◦Animating

Demohttp://www.youtube.com/watch?v=tg

snixOJJFw&feature=relmfu

Page 25: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 25 of 42

3-D Animation3-D AnimationThis is a website

where all the images are created by ray tracing and computers, yet they look amazingly real (Check out the Hall of Fame): http://hof.povray.org/

Page 26: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 26 of 42

Special Effects AnimationSpecial Effects Animation

Morphing:◦An Animation◦Process of blending together two

images into a series of images◦Useful for showing how image

might change over time◦Morphing done in 2D but usually in

3D because subjects chosenWarping:

◦Distorts a single image◦Warp frown into smile

Page 27: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 27 of 42

More Special EffectsMore Special EffectsVirtual Reality: Creates environment

where user becomes part of the experienceExamples:

◦ Boeing: flight simulators of airplane cockpits (hydraulic controlled on legs)

◦ CD based adventure games – point and go thru doors, stairs

◦ Hand-held equipment allows person to interact with environment

A 2D cockpit for a Boeing 737. Some gauges are retained from the default MSFS 737, while others are modernized. Some non-functional controls are included in the dashboard.

Page 28: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 28 of 42

BreakBreakAfter you grab your coffee, watch

this video and see how at the very end of it, it does MORPHING very effectively ◦http://www.youtube.com/watch?

v=nUDIoN-_Hxs

Page 29: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 29 of 42

Where can you get Where can you get animation?animation?Purchase CDs or buy off the internet

or get free clipart on the internet, for example: http://www.animation-central.com/misc.htm

OR, you can create your own:◦Animated Gifs can be create in Photoshop

or in other software tools◦Using Flash

We will look at two different file types of animation:◦Animated gifs◦Flash animation

Page 30: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 30 of 42

Animated GIFSAnimated GIFS Question: What do you think the file size of an

animated gif is affected by:◦ Size of the gif (frame dimensions)◦ Number of colors ◦ Number of frames

Question: What do you think is the maximum number of colours you can have in an animated gif?

No Plug-ins Required: Animated GIFs require no plug-ins, and the authoring tools to create them are often free and easy to learn.

No Sound: If you need sound in addition to motion, you cannot use an animated GIF by itself. Instead, you may want to consider other animation alternatives, such as Flash, or even video

Plug-in: A program that permits web browser to access and execute files that the browser would not normally recognize. Flash uses Shockwave

Page 31: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 31 of 42

Using Photoshop to make an Using Photoshop to make an animated gifanimated gif

Page 32: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 32 of 42

FlashFlashA multimedia authoring and playback systemLaunched in 1996 by MacromediaAdobe bought it in 2005Flash became popular for its animated graphicsResponsible for much of the animations,

advertisements and video components found on today's Web sites

Flash is the industry's most advanced authoring environment for creating interactive websites, digital experiences and mobile content.

Some sample sites that do cool Flash animation:◦ http://www.zapiram.es ◦ http://www.pablogaribay.com

Page 33: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 33 of 42

Why is Flash so popular?Why is Flash so popular? Interactive content rich with video, graphics, animation Import multimedia elements from other applications Support vector graphics:

◦ much more space efficient over bitmapped frames ◦ scale up with accurate detail no matter how large the

window is resized by the user. Flash Player is a free client application that works with

popular Web browsers to play the animation Adobe Flash Player is the standard for delivering high-

impact, rich Web content. Designs, animation, and application user interfaces are

deployed immediately across all browsers and platforms

Adobe worked out a deal to have the Flash player preinstalled on machines between the critical time period of 1998-2000 (before most people had broadband). This helped Flash over take Director in terms of popularity (users didn’t have to wait to install the player while surfing)

Page 34: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 34 of 42

Flash in actionFlash in actionQuestion: Suppose we had the

following starting picture and the given ending picture, what THREE things do you think you would have to consider in order to make it appear animated but it should have a smooth animation, not jerky?

Question: Which colours will be used in tweening?

Start picture End picture

Page 35: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 35 of 42

Essential Flash TerminologyEssential Flash Terminology

Question: What kind of tween would have been used in this Flash animation?

Stage: rectangular area where the visible motion will take place

Timeline: series of frames in a row and stacks of layers. Indicates key frames, regular frames and empty frames

Shape: basic shapes drawn with the shape tools, line tool or a single letter

Symbol: store in a library and can be reused. Changes to the library symbol will result in changes in all of the copies of this symbol currently on the stage.◦ Graphic: static graphic, can be used in other symbols◦ Button: interactive part of animation with user, responds

to mouse clicks and rollovers.◦ Movieclip: reusable piece of animation, can turn a simple

animation into a movieclip symbol and reuse it.

Page 36: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 36 of 42

Essential Flash TerminologyEssential Flash TerminologyTweening: Creating the intermediate frames

based on the starting keyframe and ending keyframe. There are 3 types of tweens:

Motion Guide: lets you animation an object along a path that you draw yourself. Only works with symbols

Motion Tween Shape Tween

Classic Tween (from cs3)

Animates symbols only. Create the tween initially and then go to a frame and move the object and that frame becomes a keyframe

Works with non symbol shapes and vector graphics only

Animates symbols only. Need to manually create all keyframes and connect then with a tween

Can’t morph (only position and rotation)

Can morph shapes

Can’t morph (only position and rotation)

Page 37: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 37 of 42

A excellent video to help you A excellent video to help you with your Flash skills!with your Flash skills!http://www.youtube.com/watch?

v=tKwQZC85FNk

Page 38: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 38 of 42

Laura ventures into the world of Laura ventures into the world of Flash Flash

My first project (didn’t take me very long)

Then I tried to make a walking man:◦Walking 1◦Walking 2

Then I saw thisSo I tried to recreate it myself

Page 39: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 39 of 42

Comparing File Types:Comparing File Types:

Animated GIF

Flash Director

Created by Depends Adobe Adobe

Extension Source depends.gif (movie)

.fla (source)

.swf (movie)

.gif (Flash can make gifs too!)

.dir (source)

.dcr (movie)

Size Larger than normal gif

Vector images take up less space than GIF bitmapped images

Vector images take up less space than GIF bitmapped images

Uses Banners, small areas

Interactive video, graphics, animation

More interactive sites

Need to play it

Nothing Flash Player (Free and works with most browsers)

Web browser plug in (The Shockwave Player)

Page 40: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

History of Animation: early cave drawings show animals with 8 legs (trying to show animal moving) 1868 – Flip book patented 1877 - Praxinoscope Cylinder containing slits that when spun gave the illusion of movement 1892 - Reynaud showed how he could use 12 pictures and loop the pictures. He had 500 frames using something similar to the modern film projector 1898 – Stop motion animation introduced

Ancient Egypt Mural attempting to depict movement (4000 years old)

Page 41: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

1906 Blacktons makes “The Humorous Phases of Funny Faces” using a blackboard and frame by frame shots1914 McCay makes “Gertie the Dinosaur”, the first successful character animation1928 Walt Disney uses sound and animation in Steamboat Willie1937 first full length feature animation movie: Snow White

Gertie The Dinosaur

Page 42: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

1960 first prime time animation TV Show debuted Question: What was it?Question: What is the longest running animation prime time show1982 Star Trek, The Wrath of Khan includes computer generated effects. TRON, a Disney animation includes 15 minutes of computer generated scenes1986 Take On Me by aha, creates much hyped video that uses rotoscoping (pencil-sketch animation/live-action combination )

Chris Griffin

Page 43: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

1995 Question: What was the first full length completely computer generated animation movie released? Question: What is the highest grossing animated film of all time?

Laura says GO SEE THIS MOVIE

Page 44: Slide 1 of 42 Warm up Questions: Question: Which will rank you higher with Page Rank, having 1 link to your site from  or having 3 links

Slide 44 of 42

Let’s ReviewLet’s Reviewhttp://www.youtube.com/watch?

v=SaJxnTf44eg&feature=related Finally: For the major assignment,

you must create an animation. Here is a simple little one to inspire you: http://www.mustangdrive-in.com/ (Click on the banner)