UNIT 1 INTRODUCTION TO FLASH

Size: px
Start display at page:

Download "UNIT 1 INTRODUCTION TO FLASH"

Transcription

1

2 Contents UNIT 1 INTRODUCTION TO FLASH 1 Introduction Flash Animation Types of Animation 2 Dimensional Animations Properties Bar Size and Publish Summary Keywords Review Questions Further Readings UNIT 2 SYMBOLS AND LAYERS 25 Introduction Three Types of Symbols Tools Library Insert Layer Motion Tweening Shape Tweening Motion Guide Summary Keywords Review Questions Further Readings UNIT 3 FRAME AND ANIMATION 37 Introduction Frame-by-frame Animation Frames and Keyframes Keyframes Frames and Rates Making Animation Walk Cycles

3 Summary Keywords Review Questions Further Readings UNIT 4 BELLS AND WHISTLES 49 Introduction Scripting ActionScript Drawing with ActionScript Create a Form with Conditional Logic and Send Data Summary Keywords Review Questions Further Readings UNIT 5 MAKING A SPLASH 63 Introduction Making a Splash Making Interactive Buttons Summary Keywords Review Questions Further Readings UNIT 6 INTERACTIVE ADVENTURE 71 Introduction Interactive Adventure Compiling Objects Summary Keywords Review Questions Further Readings UNIT 7 BRINGING MOVEMENT TO THE WEB 75 Introduction Steps to Make Website Creating and Uploading to Web

4 Summary Keywords Review Questions Further Readings UNIT 8 BEYOND THE FRAMES 81 Introduction Understanding Frames Size Optimized Flash Player Summary Keywords Review Questions Further Readings

5 Unit 1 Introduction to Flash Introduction to Flash Unit Structure Introduction Flash Animation Types of Animation 2 Dimensional Animations Properties Bar Size and Publish Summary Keywords Review Questions Further Readings Learning Objectives At the conclusion of this unit, you will be able to: Know the concept of animation Impart a brief overview of history of animation Provide insight into 2 dimensional animation Identify the characteristics of 2D animation Familiarize yourself with the properties bar, size and publish Introduction In this unit, you will learn the concept of flash and animation. We will also discuss the 2 Dimensional Animations, its characteristics and Properties Bar, Size and Publish. Flash is a software originally designed to create animations for display on web pages. It is an authoring tool mainly used by designers and developers to create presentations, applications, etc. It includes simple animations, video content, complex presentations, applications, and everything in between. Flash Flash is a multimedia graphics program especially for use on the Web. Flash enables you to create interactive "movies" on the Web. Flash uses vector graphics, which means that the graphics can be scaled to any size without losing clarity/quality and Flash does not require programming skills. In flash you can create unique text, animations, movies, web applications, games and more. Although flash is somewhat more complex than traditional web development technologies like HTML and CSS, this tutorial will give you the basics you need to immediately get started with designing your own flash projects.

6 2D Animation Flash can also be very computationally intensive making animations and videos look great on your top of the line computer, but visitors with older technology may only see a choppy, sluggish slideshow that leaves them with a bad feeling. An interesting thing is that you need to give instructions to Flash. You will have to tell Flash to stop the movie, play the movie, or jump to a specific place in the timeline. These tasks that Flash will perform at your request are called "actions". Individual pieces of content made with Flash are called applications. You can make media-rich Flash applications by including pictures, sound, video, and special effects. Figure 1.1: Flash 8 User Interface A Flash document has following main parts: 1. Drawing tools: Tools to draw objects and images. 2. Timeline: Where the frames and layers of your Flash application are manipulated. 3. Stage: Where drawings are created, modified, deleted, etc. 4. Panel Sidebar: Contains panels for color palettes, library of symbols, etc. 5. Actions: Where Action Script code is written to your Flash application. 6. Properties: Where properties of the stage and objects on the stage are changed.

7 When you open the Flash workspace, it will look like following screenshot: Introduction to Flash For creating a new flash file, we need to press the new command under File menu available on top of the window. Then by selecting option flash document. Usages Flash is mostly used in Computer Games Comics and Interactive magazines Web site designing For various Plug Ins

8 2D Animation About Flash Files The primary Flash file type, FLA files contain three basic types of information that comprise a Flash document. These include the following: Media objects are the various graphic, text, sound and video objects that comprise the content of your Flash document. By importing or creating these elements in Flash and then arranging them on the Stage and in the Timeline, you define what the viewer of your document will see and when they will see it. The Timeline is the place in Flash where you tell Flash when specific media objects should appear on the Stage. The Timeline is like a spreadsheet that progresses from left to right, with the columns representing time. The rows represent layers, with the content in higher layers appearing above lower layers' contents on the Stage. The timeline provides a view of all the frames and layers in your movie: Layers Similar to other applications like Illustrator. Each layer has its own set of content. Layers are part of the timeline. Layers can be locked, hidden, and organized in folders. Action Script is FlashÊs scripting language and is event-based like VB.Net. Action Script code is the programming code you can add to Flash documents to make them respond to user interactions and to more finely control the behavior of your Flash documents. Flash can be used to work with a variety of file types. Each type has a separate purpose. The following list describes each file type and its uses: FLA files are the primary files you work with in Flash. These are the files that contain the basic media, timeline, and script information for a Flash document. SWF files are the compressed versions of FLA files. These files are the ones you display in a web page. AS files are Action Script files. You can use these files if you prefer to keep some or all of your Action Script code outside of your FLA files. These can be helpful for code organization and for projects that have multiple people working on different parts of the Flash content. SWC files contain the reusable Flash components. Each SWC file contains a compiled movie clip, Action Script code, and any other assets that the component requires. ASC files are files used to store Action Script that will be executed on a computer running Flash Communication Server. These files provide the ability to implement server-side logic that works in conjunction with Action Script in a SWF file.

9 JSFL files are JavaScript files that you can use to add new functionality to the Flash authoring tool. See Extending Flash for more information. FLP files are Flash Project files (Flash Professional only). You can use Flash Projects to manage multiple document files in a single project. Flash Projects allow you to group multiple, related files together to create complex applications. Introduction to Flash Simple Drawing Tools At its basic level, Flash is a drawing program, and in order to use the more advanced features of Flash, basic drawing tool functions must be learned. There are many basic drawing tools available in Flash. Each is detailed below. Also note that many of these tools have additional options or modes that can be changed in the Options area of the Tools panel. The first important tool is the Selection tool. This tool is used to make selections on objects and graphics on the drawing area, or stage. You can either click on individual objects to select them, or click and drag to make a rectangular region and select all the objects in it. The Sub selection tool is used for selecting and modifying anchor points on curves and lines. Clicking once on a line or curve with the Sub selection tool reveals the anchor points. The Line tool is an important drawing tool. It functions like the line tool in other drawing programs. To use it, click on the stage, drag, and release to draw a straight line. The Lasso tool can be used to select objects on the stage. It allows you to create a freeform selection area by clicking and dragging around an area. The Pen tool is used to create precise paths that are either straight lines or smooth curves. Stroke width, style, and color, and fill color (for closed paths) can be changed in the Properties panel. The Text tool allows you to draw text on the stage. Position the cursor on the stage where you want to begin your text and then click and start typing. The text font, size, color and paragraph formatting can be changed in the Properties panel. The Oval tool allows you to create ovals of any shape and size (including circles). Stroke width, style, and color, and fill color for ovals can be changed in the Properties panel. The Rectangle and Poly Star tools allow you to create rectangles and polygons. To switch between the Rectangle and Poly Star tools, click and hold the tool icon on the Tools panel, then select the desired tool from the menu that appears. The Pencil tool is used to create lines and shapes on the stage in much the same way you would use a real pencil. Stroke width, style, and color can be changed in the Properties panel. The Brush tool is used much like a paint brush. Click and drag across the stage to paint. The fill color can be changed in the Properties panel. The Free Transform tool can be used to transform objects in a variety of ways. To use the tool, click on an object on the stage to reveal transform handles. The Fill Transform tool allows you transform gradient and bitmap fills. To use it, click on an object that has a gradient or bitmap fill to reveal transform handles. The Ink Bottle tool allows you to change the stroke color, width, and style of lines and shape outlines. Contd

10 2D Animation The Paint Bucket tool allows you to fill enclosed areas with color. The Eyedropper tool allows you to copy stroke and fill properties from one object to another. The Eraser tool allows you to erase objects on the stage. To quickly erase everything on the stage, double click the Eraser tool icon on the Tools panel. The Hand tool is used for moving the view of the stage. It is especially useful when you have used the Zoom tool to magnify the stage. The Zoom tool is used for magnifying or reducing the view of the stage. To use it, click anywhere on the stage to zoom in by a factor of two. Apart from these tools, the Tools panel allows you to modify the colors that are used to draw strokes and fills. The Stroke color is applied to lines and shape outlines. The Fill color is applied to the interiors of shapes. The overarching purpose of Flash is to add excitement to static and boring web site design. Although you can still make sparkling web pages with images, HTML code, and a bit of hard work you can't really create efficient animations that intrigue and excite your visitor. Macromedia Flash is a multimedia graphics program especially for creating moving images for use on the Web. Flash has opened up a whole new world for digital animators. You can rotoscope with it, but you can also animate directly in Flash. Learning this program can be very motivating for students because they donêt have to be the greatest artists to be successful. The drawing tools in Flash function as a virtual pencil making it easy to create original animated images. Pixels versus Vectors Two kinds of images in the digital world are bitmaps and vectors. Bitmaps are images made up from thousands of tiny dots called pixels (picture elements.) Programs such as Photoshop work with bitmaps. Bitmap images are similar to photographs; if you enlarge them too much; the image becomes grainy or pixilated. Vector files are typically much smaller than bitmap files because these graphics are defined by their geometry, by the curves that make them up. Flash defines an object by a set of curves, allowing you to zoom in or enlarge as far as you like without changing the quality of the image. Vector graphics generated in Flash are great for the Internet because they are small files.

11 Introduction to Flash Note: There are two types of FLASH files:.flash (pronounced flaw ) files contain source material for the flash application. Flash authoring software can edit.flash files and compile them into.swf files..swf (pronounced swiff ) files are completed, published files that cannot be edited. Animation The general definition of an animation is to display several pictures in a rapid movement to create the illusion of movement. Animation is a type of optical illusion; it is the process by which we see still pictures move. It involves the appearance of motion caused by displaying still images one after another at the rate of 24 pictures per second. The most common method of presenting animation is as a motion picture or video program, although several other forms of presenting animation also exist. Often, animation is used for entertainment purposes. In addition to its use for entertainment, animation is considered a form of art. It is often displayed and celebrated in film festivals throughout the world. Also used for educational purposes, animation has a place in learning and instructional applications as well. There are two major forms of computer animation: 2D (hand-drawn) and 3D (CGI). History of Animation Given the influx of digital technology in the 21st century, it comes as no surprise that animations are playing a much larger role in our daily lives. Animation is a wonderful thing and will be important for us always as there is nothing that influences our childhood more than a good animated movie, but 2D animation is losing its grip to the highly advanced 3D animated movies. Cel and Paper Animation Technique By mid-1910s animation production in US already dominated by the techniques of cel and paper. Cell animation was more popularized in America than in Europe because of assembly line Taylorism that had taken America by storm. Cell Animation was most appropriate to the assembly-line style of manufacturing because it took a whole line of persons working on very specific and simple repetitive duties. On the other hand, in Europe where the assembly-line style of work was not encouraged, clay animation and other forms of animation that required only a few individuals working on the set at a time was more popularized. Because the actual set could only afford a limited amount of individuals working at one time together and no more this style and other alternative forms of animation became more widely accepted.

12 2D Animation Disney cell animation draw each image one at a time using onion-skinning technique. Cell Animation Process

13 Traditional cell animation: Drawings created one-by-one animators create the key frame and assistances create in betweens; onion skinning process used to make easier the reference drawing of each additional image. History of Disney Animation Walt Disney did not invent animation, but was the 'king of cartoon' in the United States. He refined animation and thoroughly defined animated feature films. As an accomplished studio, Disney Animation is a good example to use when studying the history and progress of animation. Disney Animation started as a small studio doing a series of Alice shorts that combined live-action and animation and straight animated shorts called Laugh-o-Grams. Disney used new sound technology to produce Steam Boat Willy, the first short featuring Mickey Mouse. Additionally, they created a series of animations called Silly Symphonies which incorporated new colored film technologies. It was DisneyÊs studio that first implemented storyboards in their preproduction process, which set Disney narratives above the rest in their ability to visually represent a story. As DisneyÊs studio grew in terms of staff, finance, and prestige, its animation became more complex and refined. However, the actual process of animating was the same as it had been when Walt Disney started years earlier. The idea of how animation should be viewed and plotted was changing as DisneyÊs studio sought to tell better stories. Eventually, the studio put together its first full-length animation Snow White, Introduction to Flash Non-digital Technology DisneyÊs next feature film, Pinocchio, showed that the Disney animation team could achieve technical brilliance. This was achieved by producing with animation, the kind of camera shots that would not be common in live-action movies until the invention of power-operated zoom lenses Live-action footage was shot for the film to assist animators in achieving believable animation. Multiplane cameras allowed camera technicians to place the animation cels and background on pieces of glass. These pieces were placed at different lengths from the camera, creating a more realistic feeling of depth. These shots were expensive and therefore used sparingly, but they demonstrated the Disney goal to create believable animation. Xerox Enters Figure 1.2: Multiplane Camera Lady and the Tramp, 1955, was the first film to be shot in Cinescope, todayês wide screen, while One Hundred and One Dalmatians, 1961, was the first Disney film to

14 2D Animation use technology to transfer animatorsê sketches to cels ÂUb Iwerks had modified a Xerox camera to transfer animatorsê drawings directly to cels, thus eliminating the inking process and preserving much of the spontaneity of the pencil line. This saved time and money and had a major effect on the way Disney animation would look for the next thirty years. The Xerox camera also allowed the animators to animate one small group of puppies and duplicate them repeatedly to get the eventual ninety-nine puppies. CGI Figure 1.3: The White Eared Puppies in the back are Xerox Copies Twenty-five years later, computer generated imagery was introduced into Disney animation in the low budget film The Great Mouse Detective, Computer generated gears were added to the films climax inside LondonÊs Big Ben Clock Tower. Well-integrated into the film's animation, few realized the huge leap Disney Animation had taken. Oliver & Company, 1988, also used Computer Generated Imagery (CGI) for backgrounds, but overuse caused it to be a bit intrusive. Figure 1.4: Gear Scene from the Great Mouse Detective CAPS Disney AnimationÊs next major advance was taken on another small film. The Rescuers Down Under, 1990, was the first Disney film to use CAPS a computerized production system that allowed hand-made animation drawings to be copied and colored electronically, thus eliminating the need for cels. This, like the Xerox camera,

15 changed Disney animation forever. The Little Mermaid, 1989, was the last movie that depended upon hand painted cels (as modified by the xerography that had been standard for almost three decades). Introduction to Flash Figure 1.5: CAPS Color Model from Aladdin, 1992 With the introduction of CAPS, Disney also streamlined their production method, making more effective use of their top animators. These animators were now considered key character animators and only had to produce rough drawings that clean-up artists would turn into CAPS-ready finished drawings. CGI and CAPS played a large part in DisneyÊs next hit, Beauty and the Beast, The ballroom that Belle and Beast danced in was computer generated and allows for complex moving camera shots that would have been very difficult, if at all possible, with hand-drawn backgrounds. CAPS allowed for complex camera setups that otherwise would be too expensive and complicated to achieve with traditional methods. CGI Character Animation Figure 1.6: Carpet was the First Character CGI Aladdin, 1992, used computer generated imagery for its character, Carpet, and some of its backgrounds. Carpet was the first non-background CGI to be used in a Disney film. The next non-background CGI to be used made possible the wildebeest stampede in The Lion King, 1994 (Finch 223). CGI has been used (like Xerox technology before it) to make possible large crowd scenes such as the festival scene in The Hunchback of Notre Dame, 1996, and the scene involving the attack of the Mongols in Mulan, 1998.

16 2D Animation Figure 1.7: Scott Johnston Working on the Wildebeest Stampede in the Lion King Box 1.1: Synched Sound: Steamboat Willie released November 18, 1928 Disney Disney created the first cartoon synchronized with sound entitled 'Steamboat Willie' At first Disney tried to reach a deal with RCA or Western Electric to record the soundtrack but was turned down. Instead Walt contracted with bootleg Powers Cine phone process and even with a disastrous first recording finally in a session recorded the soundtrack with a 15-piece band and his very own Mickey squeaks.

17 2D Animation actually predates the motion picture for several years; it first appeared in 19th century parlor toys like the zoetrope and the flip book. It fully came into its own with the advent of movies, however, and is irrevocably associated with the film medium. Traditional 2D animation uses colored cells, each once depicting a single frame of film. Animators change each cell slightly for each new frame, giving the resulting image the illusion of movement. Animator Winsor McKay first grasps the possibility of animated films in the early 20th century and produced the medium's first real classics (notably his 1914 film "Gertie the Dinosaur" which depicted a friendly brontosaurus interacting with a live man in front of the screen). His films took a long time to produce, however, since he drew them all by hand. Subsequent animators like John Bray and Raoul produce films more rapidly. The studio system eventually came to dominate 2D animation. A much more successful rival to Disney emerged over at Warner Bros, who used their extensive musical library as the basis for a series of "Looney Tunes" and "Merry Melodies" cartoons in the 1930s. Their characters; Bugs Bunny, Daffy Duck and Porky Pig; adopted a darker and more cynical attitude, with a greater emphasis on slapstick and more adult references. The Warners' model proved extremely durable, and their characters continue to appear in animation today. With the rise of television in the 1960s, 2D animation expanded to fill the new medium. Two-reel shorts vanished from the movie theaters, replaced by half-hour animated shows on Saturday mornings. Early efforts often used cheap techniques and filler storylines the Warners repackaged theatrical shorts for television consumption; but in the 1980s and 1990s, increasingly sophisticated fare arose. Animated television such as "Batman: The Animated Series" catered to grown-ups weaned on the simpler TV animation of the past and helped show audiences what animation could be. Introduction to Flash Table 1.1: Compiled History of Animation 1824 Peter Roget presented his paper 'The persistence of vision with regard to moving objects' to the British Royal Society Dr. Joseph Antoine Plateau (a Belgian scientist) and Dr. Simon Rittrer constructed a machine called a phenakitstoscope. This machine produced an illusion of movement by allowing a viewer to gaze at a rotating disk containing small windows; behind the windows was another disk containing a sequence of images. When the disks were rotated at the correct speed, the synchronization of the windows with the images created an animated effect Eadweard Muybridge started his photographic gathering of animals in motion Thomas Edison started his research work into motion pictures Thomas Edison announced his creation of the kinetoscope which projected a 50ft length of film in approximately 13 seconds George Eastman began the manufacture of photographic film strips using a nitrocellulose base Emile Renynaud, combining his earlier invention of the praxinoscope with a projector, opens the Theatre Optique in the Musee Grevin. It displays an animation of images painted on long strips of celluloid Louis and Augustine Lumiere issued a patent for a device called a cinematograph capable of projecting moving pictures Thomas Armat designed the vitascope which projected the films of Thomas Edison. This machine had a major influence on all sub-sequent projectors J. Stuart Blackton made the first animated film which he called "Humorous phases of funny faces." His method was to draw comical faces on a blackboard and film them. He would stop the film, erase one face to draw another, and then film the newly drawn face. The ostop-motiono provided a starting effect as the facial expressions changed before the viewers eyes. Contd

18 2D Animation 1908 In France Emile Cohl produced a film, Phantasmagorie which was the first depicting white figures on a black background Emile Cohl makes En Route the first paper cutout animation. This technique saves time by not having to redraw each new cell, only reposition the paper Winsor McCay produced an animation sequence using his comic strip character "Little Nemo." 1913 J.R. Bray devised "Colonel Heeza Liar," and Sidney Smith created "Old Doc Yak." 1914 John R Bray applies for a patent on numerous techniques for animation. One of the most revolutionary is the process of printing the backgrounds of the animation Winsor McCay produced a cartoon called "Gertie, The Trained Dinosaur" which amazingly consisted of 10,000 drawings Earl Hurd applies for a patent for the technique of drawing the animated portion of an animation on a clear celluloid sheet and later photographing it with its matching background. [Cel animation] 1917 The International Feature Syndicate released many titles including "Silk Hat Harry","Bringing Up Father", and "Krazy Kat" Pat Sullivan created an American cartoon "Felix the Cat." 1926 The first feature-length animated film called "El Apostol" is created in Argentina Walt and Roy Disney found Disney Brothers Cartoon Studio Walt Disney extended Max Fleischer's technique of combining live action with cartoon characters in the film "Alice's Wonderland" Warner Brothers released "The Jazz Singer" which introduced combined sound and images Walt Disney created the first cartoon with synchronized sound called "Steam Boat Willy" The King of Jazz is produced by Universal. In it is a short animated sequence done by Walter Lantz. It is the first animation done with the two strip Technicolor process 1934 Urb Irwek creates a multi-plane camera. This camera is capable of filming several separate layers of cels giving the final frame a truly three dimensional look John and James Whitney produced "Five Abstract Film Exercises." 1945 Harry Smith produced animation by drawing directly onto film John Whitney used 17 Bodine motors, 8 Selsyns, 9 different gear units and 5 ball integrators to create analog computer graphics John Whitney used differential gear mechanisms to create film and television title sequences Ivan Sutherland and SKETCHPAD at MIT/Lincoln Labs 1964 Ken Knowlton, working at Bell Laboratories, started developing computer techniques for producing animated movies University of Utah, Ed Catmull develops an animation scripting language and creates an animation of a smooth shaded hand. Ref: E. Catmull, "A System for Computer Generated Movies", Proceedings of the ACM National Conference, (In the SIGGRAPH 98 Seminal Graphics collection.) 1972 University of Utah, Fred Parke creates first computer generated facial animation. >Ref: F. Parke, "Computer Generated Animation of Faces", Proceedings of the ACM National Conference, (In the SIGGRAPH 98 Seminal Graphics collection.) 1974 National Research Council of Canada releases Hunger/La Faim directed by Peter Foldes and featuring Burtnyk and Wein interactive key framing techniques. Ref: N. Burtnyk and M. Wein, "Interactive Skeleton Techniques for Enhancing Motion Dynamics in Key Frame Animation", Communications of the ACM, 19(10), October (In the SIGGRAPH 98 Seminal Graphics collection.) 1982 Tron, MAGI, movie with CG premise Contd

19 1983 Bill Reeves at Lucasfilm publishes techniques for modeling particle systems. "Demo" is Star Trek II: The Wrath of Kahn. The paper also promotes motion blur. Ref: W. Reeves, "Particle Systems A Technique for Modeling a Class of Fuzzy Objects", Computer Graphics, 17(3), July (In the SIGGRAPH 98 Seminal Graphics collection.) 1984 Porter and Duff at Lucusfilm publish paper on digital compositing using an alpha channel. Ref: T. Porter and T. Duff, "Compositing Digital Images", Computer Graphics, 18(3), July (In the SIGGRAPH 98 Seminal Graphics collection.) 1985 Girard and Maciejewski at OSU publish a paper describing the use of inverse kinematics and dynamics for animation. Their techniques are used in the animation "Eurythmy." Ref: M. Girard and A. A. Maciejewski, "Computational Modeling for the Computer Animation of Legged Figures", Computer Graphics, 19(3), July (In the SIGGRAPH 98 Seminal Graphics collection.) 1985 Ken Perlin at NYU publishes a paper on noise functions for textures. He later applied this technique to add realism to character animations. Ref: K. Perlin, "An Image Synthesizer", Computer Graphics, 19(3), July (In the SIGGRAPH 98 Seminal Graphics collection.) 1987 John Lasseter at Pixar publishes a paper describing traditional animation principles. "Demos" are Andre and Wally B and Luxo Jr. Ref: J. Lasseter, "Principles of Traditional Animation Applied to 3D Computer Animation", Computer Graphics, 21(4), July (In the SIGGRAPH 98 Seminal Graphics collection.) 1987 Craig Reynolds then at Symbolics (now at Dreamworks SKG) publishes a paper on selforganizing behavior for groups. "Demos" are Stanley and Stella and Batman Returns. Ref: C. W. Reynolds, "Flocks, Herds, and Schools: A Distributed Behavioral Model", Computer Graphics, 21(4), July (In the SIGGRAPH 98 Seminal Graphics collection.) 1988 Willow uses morphing in live action film 1992 Beier and Neely, at SGI and PDI respectively publish an algorithm where line correspondences guide morphing between 2D images. "Demo" is Michael Jackson video Black and White. Ref: T. Beier and S. Neely, "Feature-Based Image Metamorphosis", Computer Graphics, 26(2), July (In the SIGGRAPH 98 Seminal Graphics collection.) 1993 Chen and Williams at Apple publish a paper on view interpolation for 3D walkthroughs. Ref: S. E. Chen and L. Williams, "View Interpolation for Image Synthesis", Computer Graphics Proceedings, Annual Conference Series, (In the SIGGRAPH 98 Seminal Graphics collection.) 1993 Jurassic Park use of CG for realistic living creatures 1995 Toy Story first full-length 3D CG feature film Introduction to Flash Types of Animation There are various types of animation. Some of the following are: Claymation Contd

20 2D Animation Anime Cutout Animation Anime (a style of Japanese animation), Claymation (animating clay figures like Gumby), and cutout animation (such as South Park) are a few examples. Disney animated movies are most Saturday morning cartoons are examples of classic animation. This form of animation is produced by animators drawing figures in sequence with tiny variations between the drawings so that the figure seems to move. This is the most fundamental level of animation and has not changed since the introduction of animation. What has changed are the production and editing methods. With technological changes, animation went from the zoetrope to PixarÊs all-digital feature films. One of the types of animation is classic animation, which is particular to Disney animation. 2 Dimensional Animations 2-D animation is animation in which the characters and surroundings are created on a flat plane of two dimensions. 2D animation is simply making objects move in a two dimensional space. These objects vary from stills, like photographs or logos to more complex objects, like 3D graphics. Following are some characteristics of 2D animation; 2D animation is the making of several different pictures, all in succession to each other, to create the illusion of movement. It is the creation of moving pictures in a two-dimensional environment, such as through "traditional" cel animation or in computerized animation software. It will show vertical and horizontal movement, but is not useful for determining well patterns. Its greatest usage is in determining completion intervals and stratification effects. "2D", short for "two-dimensional", is sometimes also called vector animation ", and is typically done in programs like Macromedia Flash and Macromedia Director. It is also useful in designing interactive interfaces for the web. Usually, when orienting a crosssectional model (commonly called an X-Z model), the cross-section is taken parallel to the fluid movement (up or down dip). This type of model is used for thick, layered

21 reservoirs, water under running, gas segregation, or a series of reservoirs co-mingled in the wellbore. This is done by sequencing consecutive images, or "frames", that simulate motion by each image showing the next in a gradual progression of steps. The eye can be "fooled" into perceiving motion when these consecutive images are shown at a rate of 24 frames per second or faster. 2D animation is shortly summarized showing still pictures in the speed of 12 or 24 frames per second to fool the brain to see movement. By this combined with painted backgrounds and music you can create very powerful successful movies such as Pinocchio and Dumbo. Of course the process of classic 2D animation not done with computers is not something one person would want to do, at least not making a complete movie. It takes a lot of time and money and you are better of embarking on your animating journey with a computer these days. Sadly the classic 2D animation might be a dying genre with 3D animation stealing the show more and more. Hopefully the good old movies like Dumbo and Pinocchio will never be completely lost to us. When talking about the good old classic 2D dying I am then thinking of the big business version of it, I still believe it will live on in the unprofessional Internet artist on sites such as New grounds. As we know that we use 2D animation for better presentation of graphics. 2D animation figures are created and/or edited on the computer using 2D bitmap graphics or created and edited using 2D vector graphics. This includes automated computerized versions of traditional animation techniques such as of tweening, morphing, and onion skinning and interpolated rot scoping. 2D computer graphics is the computer based generation of digital images mostly from two-dimensional models (such as 2D geometric models, text, and digital images) and by techniques specific to them. The word may stand for the branch of computer science that comprises such techniques, or for the models themselves. Introduction to Flash Figure 1.8: Raster Graphic Sprites (left) and Masks (right) 2D computer graphics are mainly used in applications that were originally developed upon traditional Printing and drawing technologies, such as Typography, cartography, technical drawing, advertising etc. In those applications, the two-dimensional image is not just a representation of a real-world object, but an independent artifact with added semantic value; two-dimensional models are therefore preferred, because they give more direct control of the image than 3D computer graphics (whose approach is more akin to photography than to typography). In many domains, such as desktop publishing, engineering, and business, a description of a document based on 2D computer graphics techniques can be much smaller than the corresponding digital image often by a factor of 1/1000 or more. This representation is also more flexible since it can be rendered at different resolutions to suit different output devices. For these reasons, documents and illustrations are often stored or transmitted as 2D graphic files.

22 2D Animation 2D computer graphics started in the 1950s, based on vector graphics devices. These were largely supplanted by raster-based devices in the following decades. The PostScript language and the X Window System protocol were landmark developments in the field. With the resurgence of 2D animation and its booming popularity, software like Toonz Harlequin, CelAction, Anime Studio, Toon Boom Animation, Animaker and Adobe Flash have emerged as the new tools of choice for both amateur and professional animators. However, the principal issue with 2D animation is labor requirements. With advanced software like RETAS and Adobe after Effects, coloring and compositing can be easily done with significantly less time. Additional software is being developed to aid and speed up the process of digital 2D animation, specifically in the area of automatic coloring and in-betweening. One such example is Cacani, developed by Singapore's NTU. Properties Bar Properties Bar Properties bar is one of the best features in Flash. To start with it is important that you are familiar with the interface. Flash can be unnerving the first time you open it but

23 once you are happy with all the areas shown you disregard all other windows or boxes until they are introduced. As with the rest of the Macromedia Suite you can set up and customize the interface to suit, this is the most standard version shown here. If your Version shows extra menus and palettes; click to the left of the box title, where you will find a series of dots, keeping the left mouse button down drag the box out into the middle of the screen and let go. By default your window should then show all the drawing and selection tools to the left of the screen, the document window, which is sometimes referred to as the Stage in the centre, and extra tools and boxes to the right of the screen. The Properties box at the bottom contextualizes with the tools and elements selected in the document window. As flash is an animation package the only extra element is the Timeline which allows you to create animated movies and presentations. Introduction to Flash Size and Publish When you use lots of images/sounds/video in flash your final file size can be huge. What you can do is lower the quality of your images/sounds which can make a big difference on file size, in order to protect yourself from this, follow the settings given below: Go to publish settings (File > Publish Settings or Ctrl+shift+f12) you get this menu here you have many different format you would like to publish you flash with - go to the flash tab, Go down to.jpg quality, here you can assign the quality of your images-mostly use it at 90 which can save you a lot of file size at the end. If you have audio in your files you can set their quality too, click on set for each one and set the bit rate on 32 kbps quality best for both. Note: Remember you can set it as much as you like or prefer, try different settings to see what works best for you keeping in mind quality versus file size. Try this with your files and see how much you can save from your file size at the end. Publish Settings for SWF Files 1. Select File > Publish Settings, click the Flash tab, and select a Player version from the Player pop-up menu. Not all Adobe Flash CS4 Professional features work in published SWF files that target Flash Player versions earlier than Flash Player 10. To specify Flash Player detection, click the HTML tab and select Detect Flash Version and enter Flash Player version to detect. 2. Select the ActionScript version from the Script pop up menu. If you select ActionScript 2.0 or 3.0 and youêve created classes, click Settings to set the relative class path to class files that differ from the path to default directories set in Preferences. 3. To control bitmap compression, adjust the JPEG Quality slider or enter a value. Lower image quality produces smaller files; higher image quality produces larger files. Try different settings to determine the best trade-off between size and quality; 100 provide the highest quality and least compression. To make highly compressed JPEG images look smoother, select Enable JPEG Deblocking. This option reduces typical artifacts resulting from JPEG compression, such as the common appearance of 8x8-pixel blocking of the image. Some JPEG images may lose a small amount of detail when this option is selected. 4. To set the sample rate and compression for all streaming sounds or event sounds in the SWF file, click Set next to Audio Stream or Audio Event and select options as needed.

24 2D Animation Note: A streaming sound plays as soon as enough data for the first few frames downloads; it is synchronized to the Timeline. An event sound does not play until it downloads completely, and it continues to play until explicitly stopped. 5. To override settings for individual sounds specified in the Sound section of the Property inspector, select Override Sound Settings. To create a smaller, lowfidelity version of a SWF file, select this option. Note: If the Select Override Sound Settings option is deselected, Flash scans all stream sounds in the document (including sounds in imported video) and publishes all stream sounds at the highest individual setting. This can increase file size if one or more stream sounds has a high export setting. 6. To export sounds suitable for devices, including mobile devices, instead of the original library sound, select Export Device Sounds. Click OK. 7. To set SWF settings, select any of the following options: (a) Compress Movie: (Default) Compresses the SWF file to reduce file size and download time. Most beneficial when a file is text- or Action Script-intensive. A compressed file plays only in Flash Player 6 or later. (b) Include Hidden Layers: (Default) Exports all hidden layers in the Flash document. Deselecting Export Hidden Layers prevents all layers (including layers nested inside movie clips) marked as hidden from being exported in the resulting SWF. This lets you easily test different versions of Flash documents by making layers invisible. (c) Include XMP metadata: (Default) Exports all metadata entered in the File Info dialog box. Click the File Info button to open the dialog box. You can also

25 open the File Info dialog box by choosing File > File Info. The metadata is viewable when the SWF file is selected in Adobe Bridge. (d) Export SWC: Exports a.swc file, which is used for distributing components. The.swc file contains a compiled clip, the component's ActionScript class file, and other files that describe the component. 8. To use advanced settings or enable debugging of the published Flash SWF file, select any of the following options: Introduction to Flash Generate Size Report Protect From Import Omit Trace Actions Permit Debugging Generates a report listing the amount of data in the final Flash content by file. Prevents others from importing a SWF file and converting it back into a FLA document. Lets you use password protection with your Flash SWF file. Causes Flash to ignore ActionScript trace statements in the current SWF file. When you select this option, information from trace statements does not appear in the Output panel. Activates the Debugger and allows remote debugging of a Flash SWF file. Lets you use password protection with your SWF file. 9. If you are using ActionScript 2.0, and selected either Permit Debugging or Protect from Import, enter a password in the Password text field. If you add a password, other users must enter the password before they can debug or import the SWF file. To remove the password, clear the Password text field. 10. Select the Flash security model to use from the Local Playback Security pop up menu. Specify whether to grant your published SWF file local or network security access. Local Access only lets the published SWF file interacts with files and resources on the local system but not on the network. Access Network only lets the published SWF file interacts with files and resources on the network but not on the local system. 11. To enable the SWF file to use hardware acceleration, select one of the following options from the Hardware Acceleration menu: (a) Level 1 Direct: Direct mode improves playback performance by allowing Flash Player to draw directly on the screen instead of letting the browser do the drawing. (b) Level 2 GPU: In GPU mode, Flash Player utilizes the available computing power of the graphics card to perform video playback and compositing of layered graphics. This provides another level of performance benefit depending on the user's graphics hardware. Use this option when you expect that your audience will have high-end graphics cards. If the playback system does not have sufficient hardware to enable acceleration, Flash Player reverts to normal drawing mode automatically. For best performance on web pages containing multiple SWF files, enable hardware acceleration for only one of the SWF files. Hardware acceleration is not used in Test Movie mode. When you publish your SWF file, the HTML file that embeds it contains a wmode HTML parameter. Choosing Level 1 or Level 2 hardware acceleration sets the wmode HTML parameter to "direct" or "gpu" respectively. Turning on hardware acceleration overrides the Window Mode setting you may have chosen in the HTML tab of the Publish Settings dialog box, because it is also stored in the wmode parameter in the HTML file. 12. To set a maximum time that scripts can take to execute in the SWF file, enter a value for the Script Time Limit. Flash Player cancels execution of any scripts that exceed the limit.

26 2D Animation Some Keywords Term ActionScript Alpha effect Bitmaps Breaking apart Button symbol Component Easing option Frame-by-Frame animation Graphic symbol Keyframe Layer Library Motion guide Motion tweening Shape tweening Symbol Timeline Vector graphic Definition Adds interactivity and/or playback efficiency to a movie via coding. Similar to JavaScript, ActionScript is an object-oriented programming language. Adjusts the transparency of an instance. Images using colored dots, called pixels, arranged within a grid. Typical of most web graphics. Converts symbols into basic shapes so that shape tweening can be used. Used to create interactive buttons in a movie that respond to mouse clicks or other actions. A pre-made movie clip that provides some functionality, such as a button, a scroll pane, or a progress bar. Components allow you to create animations with complex functionality, but with a minimum of effort. By default, the rate of change between tweened frames is constant. Easing creates a more natural appearance of transformation by gradually adjusting the rate of change. An animation technique that involves subsequently creating a slightly altered image in sequence and then playing back the entire sequence. Used for static images and to create reusable pieces of animation that is tied to the Timeline of the main movie. A frame in which a change in an animation is defined. Keyframes are an important part of tweened animation. Helps organize symbols and other separate animation entities by allowing you to draw and edit objects on one layer without affecting objects on another layer. Stores symbols, such as graphic symbols and button symbols, and allows you to view and organize these files as you work. Helps in selecting and copying instances of symbols on the main stage. Lets you draw paths along which tweened instances, groups, or text blocks can be animated from one keyframe to another. To tween the changes in properties of instances, groups, and type, you use motion tweening. Flash can tween position, size, rotation, and skew of instances, groups, and type. Additionally, Flash can tween the color of instances and type, creating gradual color shifts or making an instance fade in or out. In shape tweening, you draw a shape at one point in time, and then you change that shape or draw another shape at another point in time. Flash interpolates the values or shapes for the frames in between, creating the morphing animation. Symbols must be broken apart before using shape tweening. A reusable graphical object that is stored in a Library. You can then create multiple instances of the symbol. There are three symbol types: graphic, button, and movie clip. Organizes and controls a movie's content over time in layers and frames. The major components of the Timeline are layers, frames, and the playhead. Describes images using lines and curves, called vectors, which also include color and position properties. You can move, resize, reshape, and change the color of a vector graphic without changing the quality of its appearance.

27 Student Activity What do you understand by 2D animation? Find out the difference in 2D and 3D Animation. Do you think 2D animation is better than 3D animation? Summary Flash is a multimedia graphics program especially for use on the Web. Flash enables you to create interactive "movies" on the Web. Two kinds of images are in the digital world: bitmaps and vectors. Animation is a type of optical illusion; it is the process by which we see still pictures move. It involves the appearance of motion caused by displaying still images one after another at the rate of 24 pictures per second. There are two major forms of computer animation: 2D (hand-drawn) and 3D (CGI). Walt Disney did not invent animation, but was the 'king of cartoon' in the United States. He refined animation and thoroughly defined animated feature films. As an accomplished studio, Disney Animation is a good example to use when studying the history and progress of animation. There are various types of animation. Some of the following are: Anime, Claymation and cutout animation. 2D animation is animation in which the characters and surroundings are created on a flat plane of two dimensions. 2D animation is simply making objects move in a two dimensional space. These objects vary from stills, like photographs or logos to more complex objects, like 3D graphics. 2D computer graphics is the computer based generation of digital images mostly from two-dimensional models (such as 2D geometric models, text, and digital images) and by techniques specific to them. Properties bar is one of the best features in Flash. To start with it is important that you are familiar with the interface. Flash can be unnerving the first time you open it but once you are happy with all the areas shown you disregard all other windows or boxes until they are introduced. Introduction to Flash Keywords Flash: Flash is a software originally designed to create animations for display on web pages. Media Objects: Media objects are the various graphic, text, sound and video objects that comprise the content of your Flash document. Timeline: The Timeline is the place in Flash where you tell flash when specific media objects should appear on the Stage. Action Script Code: Action Script code is the programming code you can add to Flash documents to make them respond to user interactions and to more finely control the behavior of your Flash documents. Bitmaps: Bitmaps are images made up from thousands of tiny dots called pixels (picture elements.) Vector Files: Vector files are typically much smaller than bitmap files because these graphics are defined by their geometry, by the curves that make them up. Animation: Animation is a type of optical illusion; it is the process by which we see still pictures move. It involves the appearance of motion caused by displaying still images one after another at the rate of 24 pictures per second. 2-D Animation: 2-D animation is animation in which the characters and surroundings are created on a flat plane of two dimensions. 2D animation is simply making objects move in a two dimensional space.

28 2D Animation 2D Computer Graphics: 2D computer graphics is the computer based generation of digital images mostly from two-dimensional models (such as 2D geometric models, text, and digital images) and by techniques specific to them. Review Questions 1. Define flash. Write down the main parts of flash. 2. Differentiate between pixels and graphics. 3. Briefly explain about Flash files and describe each file type and its uses. 4. What is computer animation? What is the difference between computer animation and traditional animation? 5. Explain the two kinds of images are in the digital world. 6. What is animation? Explain the types of animation. 7. Give the history of animation. Also discuss the history of Disney animation. 8. Explain the meaning of 2 Dimensional Animations. Write down few characteristics of 2D animation. 9. Write short notes on the following: (a) Action Script (b) Basic drawing tool functions (c) 2D computer graphics (d) Properties bar (e) Size (f) Publish Further Readings Sandro Corsaro, Richard M Sherman, Clifford J. Parrott, Hollywood 2D Digital Animation: The New Flash Production Revolution, Cengage Learning. Bill Davis, GardnerÊs Guide to Creating 2D Animation in a Small Studio, Garth Gardner Co. Steve Roberts, Character Animation: 2D Skills for Better 3D, Elsevier.

29 Unit 2 Symbols and Layers Symbols and Layers Unit Structure Introduction Three Types of Symbols Tools Library Insert Layer Motion Tweening Shape Tweening Motion Guide Summary Keywords Review Questions Further Readings Learning Objectives At the conclusion of this unit, you will be able to: Impart a brief overview of symbols Provide insight into library and insert layers Familiarize yourself with the motion guide and motion tweening Introduction In unit 1 we have learnt the concept of flash and animation. We have also learnt the 2 Dimensional Animations, its characteristics and Properties Bar, Size and Publish. Now, in this unit we will study the symbols and layers. We will also study the concepts related to library, insert layers and motion guide. A symbol is a reusable object used/created in flash. A symbol can be reused throughout your movie or imported and used in other movies. There are three types of symbols: Graphics, Buttons, and Movie clips. A copy of a symbol used in the movie is called an Instance, which can have its own independent properties (like color, size, function, etc.) different from the original symbol. All symbols used in a flash movie are stored in the Library from where you can drag-and-drop new instances of the symbols into your movie. When a symbol is edited all of its instances get updated, but changing the properties, effects or dimensions of an instance of a symbol does not affect the original symbol or other instances. Three Types of Symbols Movie clip symbols: Use movie clip symbols to create reusable pieces of animation. Movie clips have their own multi-frame Timeline that plays independent of the main movie's Timeline think of them as mini-movies inside a main movie that can contain interactive controls, sounds, and even other movie clip instances.

30 2D Animation Graphic symbols: Graphic symbols are reusable static images that are used mainly to create animations. Any drawn vector/plain text/imported bitmap (photo), or combinations of these, can be converted into a single controllable object: as a graphic symbol. They have only one frame in their timeline. To create graphic symbols: 1. First create/import the object(s) to be converted into a graphic. Import bitmaps onto the stage using Ctrl+R. 2. Select the object(s) and then press F8 (or Modify >> Convert to Symbol). 3. Select the Graphic Behavior and name the symbol, say 'g_home'. 4. To edit it at a later point, double-click the symbol in the library (Ctrl + L) or any of its instances on the stage to switch to its symbol-editing mode as shown below. The name of the symbol will appear near the scene name Button symbols: Button symbols to create interactive buttons in the movie that respond to mouse clicks, rollovers or other actions. You define the graphics associated with various button states, and then assign actions to a button instance. Tools Flash Tools Descriptions Arrow: The Arrow tool lets you select entire objects by clicking an object or dragging to enclose the object within a rectangular selection marquee. Brush: Draw brush like strokes, as if you were painting. You can choose a brush size and shape. Eraser: Use it to removes strokes and fills. Eyedropper: Copy fill and stroke attributes from one object to apply to another object. Fill Transform: You can transform a gradient or bitmap fill by adjusting the size, direction, or center of the fill. Free Transform: Transform objects, groups, instances, or text blocks.

31 Hand: The hand tool letês you click and drag to adjust the view of the Stage. Ink Bottle: To change the stroke color, width, and style of lines or shape outlines, you can use the Ink Bottle tool. Lasso: Use the lasso to select objects by drawing either a freehand or a straight-edged selection area. (Not very precise, not as good as Photoshop) Line, Oval and Rectangle: You these tools to easily create these basic geometric shapes. Paint Bucket: Use it to fill enclosed areas with color or change the color of already painted areas. Pen: Use it to draw precise paths as straight lines or smooth, flowing curves. Pencil: Draw lines and shapes. Sub-selection: Use this tool to drag an anchor point or adjust tangent handles for example. Text: Use this tool to type text. Zoom: You can zoom in or out to adjust the view of your Stage. Note: To convert picture to a symbol, press F8 Using flash symbols is very crucial to the file size of your Flash movie. The Flash file size depends largely on the size of all the graphics and texts used in the movie (both symbols and non-symbols) here the major advantage of using symbols is that a symbol's size is taken into consideration only once even if it is used a hundred times this is the true power of Flash. Unused symbols in your library are not counted in the size of your movie. Symbols and Layers Library If you need to manage graphics, images (such as JPEG, PNG, GIF images) or pictures of any kind, or handle animation in your programs, including writing games, drawing 3D or 2D pictures, you might like to consider the graphics libraries, 3D engines, 2D engines, image manipulation source code (etc) listed here. Some of these are actually production code, used in commercial products. Mono 2D Animation Library What this library does: Provides a consistent framework for drawing onto a form Double buffering Frames per second timing Provides for layers of drawing and sprites (moving graphics) Provides for graphical alterations of sprites Utilitizes.net GDI+ graphics rather than DirectX Tested on.net 2.0/XP,.net 3.5/Vista, Mono on OpenSuse Insert Layer Select a layer and right-click on it and it will pop up a menu. Click "Insert Layer" will insert a new layer above the selected layer. Step 1 Choose File > Open. Open a Flash movie you have created.

32 2D Animation Step 2 Choose File > Export Movie. Step 3 Name the file "somefilename.swf". Choose the location where the file is to be stored (in your Web folder). Click OK. Step 4 Open the HTML page where you want to insert your Flash movie. Working with Layers Open a new flash file (Ctrl+N) New Document window will appear Select General panel and choose Type: Flash Document. Press OK. If your timeline window is not open, press (Ctrl+Alt+T). Now you can see a single Layer called "Layer1" in your timeline Window. Create a Shape Tween on Layer1. Similar to the one in Shape Tween Tutorial. Single click on add new layer button. A new layer gets added. By default it will be named "Layer 2". Create a Motion Tween on Layer 2. Similar to the one in Motion Tween Tutorial. After creating two layers, your timeline will look something like the one shown below. Now press (Ctrl+Enter) to view your motion tween.

33 Motion Tweening Create an animation by filling in the missing frames between a start and an end positions. You will move the eyes of the Crow from left to right and back. Create a separate Eyes layer by clicking on the Create New Layers tool on the on the Timeline panel. Symbols and Layers And follow the above mentioned steps of the motion guide. Shape Tweening Shape Tweening allows us to transform or change or give animations to our concerned shape. For example, if you want to show a simple line with some animations or by tweening shapes, you can create an effect similar to morphing, making one shape appear to change into another shape over time. Flash can also tween the location, size, and color of shapes. Steps to follow: Open a new flash file (Ctrl+N). New Document window will appear Select General panel and choose Type: Flash Document. Press OK. If your timeline window is not open, press (Ctrl+Alt+T). Now you can see a single Layer called "Layer1" in your timeline Window. Select the first frame. Now go to your working area and draw any object. To start off with, you can draw a circle/line etc. This is going to be your initial object.

34 2D Animation Select frame 20 and press F6 to insert a new key frame. Still keeping play head on frame 20, delete the object present in your working area. Now draw a different object, may be a square. In the above demonstration, I have drawn a long line. Select any frame between, 2 to 19 and select Shape from the tween pop-up menu in the Property inspector. Now your Layer will look something like the one shown below. Now press (Ctrl+Enter) to view your motion tween. Motion Guide Motion Guide is nothing but moving your symbol in a predefined path such as curves or circles. A Motion Guide layer is similar to a Motion Tween but the guide layer gives you more flexibility in that the animation will follow the line drawn in the Guide Layer. Flash motion guides allow you to draw a preset path for an object to follow. You can then animate that object using a motion tween. The guide is not visible in the final Movie. Learn the following steps to understand more. Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 On your Flash stage, either select the object that you wish to animate or create a new object to animate. The object must be a symbol. It must also be on its own layer. Right-click on the layer containing the symbol in your Timeline area. Then, select "Add Motion Guide." The layer containing the symbol will indent beneath a new layer labeled "Guide Layer" with an icon showing a red dotted line. This is the layer that will contain your motion guide. Use the line tool or the pen tool to draw a path on the Guide Layer outlining the course you want your animated symbol to follow. Select the symbol and move it until the registration point at the center snaps to the beginning point of the motion guide path. Copy the key frame containing the symbol to a new frame further down the timeline. Copy the key frame containing the motion guide to a new frame further down the timeline. It is on the same frame number as the second key frame for the symbol but on its own layer. On the symbol's second key frame, move the symbol (do not move the motion guide) across the stage until the registration point at its center snaps to the ending point of the motion guide's path. On the layer for the symbol, right-click on the timeline between the first and last key frames. Select "Create Motion Tween." Click enter on your timeline to watch your symbol animate. Watch it slide along a path following the motion guide that you created. Although the motion guide is a visible line on the stage when working in Flash, it will be invisible when the movie is published with a Shockwave Flash (SWF) file of any other format.

35 A motion guide is a line you have drawn with the pencil tool on a guide layer. You can attach your object or character to the line to make it follow that path. This can save time, particularly when doing an animation sequence that involves substantial movement. Step 1: To insert 30 frames in your movie with the mouse: Symbols and Layers Click frame 30 in layer 1 on the timeline then press F5. Step 2: Now you need to find the element you want to tween. (It can be any element you like). Choose Libraries > Graphics in the menu. Library Graphics opens. Find Bird (crow) and with the mouse, drag it into the canvas. Step 3: Now enter a key frame in frame 30. To do this, first click frame 30 in layer one on the timeline. Then press F6.

36 2D Animation Step 4: Next, double click the keyframe in frame 1. A frame Properties Box pops up. Choose "Tweening", and in the Tweening drop-down menu choose "Motion". Click OK Step 5: Right click on Layer 1. A pop-up menu appears. Choose Add Motion Guide. Flash now inserts a new layer on top of layer 1, with the Motion Guide icon to the left of the layer's name.

37 This new layer is called a motion guide layer. Motion guide layers are used to draw lines that you want an animated symbol to follow. Step 6: Click on the Motion Guide Layer to make sure it is the active layer. (Click on the layer name, where it says "Guide: Layer 1"). Choose pencil in the toolbox. (Or press P on the keyboard) Make sure pencil mode is set to "Smooth". Symbols and Layers With the pencil, give the shape of your choice, it may be straight line, square, rectangle etc. Step 7: Now adjust the frame pointer so it points to frame 1. Make sure the Snap button is activated (or choose View > Snap in the menu, to activate snapping). With the mouse, place the bird so that its center is at the beginning of your motion guide. (The center is indicated by a small + when selected). A black circle appears when the bird is attached to the motion guide. It can sometimes be hard to get the symbol to snap to the guide. Eventually it will though. Try zooming in or out if you just can't get the bird to snap to the guide. Release the mouse button when the bird is snapped to the guide.

38 2D Animation Note: If say, your motion guide was a circle, you would have the bird fly in a thrilling loop. However it would look kind of odd, since the bird would only follow the circle, but not actually point the nose in the direction of the circle. During the entire loop the bird would have its head pointing to the right. Eventually the bird would fly backwards. Quite a thrill may be but not too realistic. If you want the bird to actually follow the circle, not only in movement, but also in direction, you should double click the key frame in frame 1 on layer 1. This will reopen the frame properties box. Choose the "tweening" option. Select the "Orient to path direction" option, and click ok. Student Activity 1. Open graphics of your choice and Tween it with a help of motion guide. Demonstrate shape tweening, Motion Twining and Text morphing with different Images/graphics. 2. Demonstrates how animation is created by using the motion guide function in Flash Explain how to add a motion guide by selecting a key frame and drawing it in. Summary A symbol is a reusable object used/created in Flash. A symbol can be reused throughout your movie or imported and used in other movies. There are three types of symbols: Graphics, Buttons, and Movie clips. There are three types of symbols; Movie clip symbols, Graphic symbols and Button symbols. Graphic symbols are reusable static images that are used mainly to create animations. Any drawn vector/plain text/imported bitmap (photo), or combinations of these, can be converted into a single controllable object: as a graphic symbol. If you need to manage graphics, images (such as JPEG, PNG, GIF images) or pictures of any kind, or handle animation in your programs, including writing games, drawing 3D or 2D pictures, you might like to consider the graphics libraries, 3D engines, 2D engines, image manipulation source code (etc) listed here. Some of these are actually production code, used in commercial products. Motion Guide is nothing but moving your symbol in a predefined path such as curves or circles. A Motion Guide layer is similar to a

*Info taken from Morden Collegiate, Morden Manitoba

*Info taken from Morden Collegiate, Morden Manitoba Voiced by Mel Blanc, the innocent Tweety is said to have been inspired by Warner Bros. animator Bob Clampett's fond remembrances of baby birds he saw in nature films as a child, baby pictures of himself,

More information

Develop Computer Animation

Develop Computer Animation Name: Block: A. Introduction 1. Animation simulation of movement created by rapidly displaying images or frames. Relies on persistence of vision the way our eyes retain images for a split second longer

More information

FLASH. Mac versus PC. Pixels versus Vectors Two kinds of images are in the digital world: bitmaps and vectors:

FLASH. Mac versus PC. Pixels versus Vectors Two kinds of images are in the digital world: bitmaps and vectors: FLASH Macromedia Flash is a multimedia graphics program especially for creating moving images for use on the Web. Flash has opened up a whole new world for digital animators. You can rotoscope with it,

More information

Overview of the Adobe Flash Professional CS6 workspace

Overview of the Adobe Flash Professional CS6 workspace Overview of the Adobe Flash Professional CS6 workspace In this guide, you learn how to do the following: Identify the elements of the Adobe Flash Professional CS6 workspace Customize the layout of the

More information

m ac romed ia Fl a s h Curriculum Guide

m ac romed ia Fl a s h Curriculum Guide m ac romed ia Fl a s h Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra are trademarks

More information

Flash MX 2004 Animation Lesson

Flash MX 2004 Animation Lesson Flash MX 2004 Animation Lesson By Tonia Malone Technology & Learning Services 14-102 Lesson Opening a document To open an existing document: 1. Select File > Open. 2. In the Open dialog box, navigate to

More information

Working With Animation: Introduction to Flash

Working With Animation: Introduction to Flash Working With Animation: Introduction to Flash With Adobe Flash, you can create artwork and animations that add motion and visual interest to your Web pages. Flash movies can be interactive users can click

More information

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene.

Graphic Design. Background: The part of an artwork that appears to be farthest from the viewer, or in the distance of the scene. Graphic Design Active Layer- When you create multi layers for your images the active layer, or the only one that will be affected by your actions, is the one with a blue background in your layers palette.

More information

MovieClip, Button, Graphic, Motion Tween, Classic Motion Tween, Shape Tween, Motion Guide, Masking, Bone Tool, 3D Tool

MovieClip, Button, Graphic, Motion Tween, Classic Motion Tween, Shape Tween, Motion Guide, Masking, Bone Tool, 3D Tool 1 CEIT 323 Lab Worksheet 1 MovieClip, Button, Graphic, Motion Tween, Classic Motion Tween, Shape Tween, Motion Guide, Masking, Bone Tool, 3D Tool Classic Motion Tween Classic tweens are an older way of

More information

LAMBDA CONSULTING GROUP Legendary Academy of Management & Business Development Advisories

LAMBDA CONSULTING GROUP Legendary Academy of Management & Business Development Advisories Curriculum # 05 Four Months Certification Program WEB DESIGNING & DEVELOPMENT LAMBDA CONSULTING GROUP Legendary Academy of Management & Business Development Advisories The duration of The Course is Four

More information

Motion tween is nothing but tweening a Symbol's movement from one position to another.

Motion tween is nothing but tweening a Symbol's movement from one position to another. Multi lt3f Simple Animation using Adobe Flash CS5 Required : 1. Satisfy all the examples and exercises given.provide your own graphic files.2. Apply the appropriate animation for the facial expressions

More information

Flash Tutorial Part I

Flash Tutorial Part I Flash Tutorial Part I This tutorial is intended to give you a basic overview of how you can use Flash for web-based projects; it doesn t contain extensive step-by-step instructions and is therefore not

More information

Certificate Courses in Animation

Certificate Courses in Animation UNIVERSITY OF PUNE Certificate Courses in Animation 1) Certificate Course in Animation using Flash 2) Certificate Course in Animation Using Photoshop 3) Certificate Course of Animation using Maya (To be

More information

Figure 3.5: Exporting SWF Files

Figure 3.5: Exporting SWF Files Li kewhatyou see? Buyt hebookat t hefocalbookst or e Fl ash + Af t eref f ect s Chr i sjackson ISBN 9780240810317 Flash Video (FLV) contains only rasterized images, not vector art. FLV files can be output

More information

Animation - A Study and Comparison of Concepts and Software Issues

Animation - A Study and Comparison of Concepts and Software Issues Eastern Michigan University DigitalCommons@EMU Senior Honors Theses Honors College 2004 Animation - A Study and Comparison of Concepts and Software Issues Alan Beesley Follow this and additional works

More information

How to rotoscope in Adobe After Effects

How to rotoscope in Adobe After Effects Adobe After Effects CS6 Project 6 guide How to rotoscope in Adobe After Effects Rotoscoping is an animation technique in which you draw, paint, or add other visual effects in a layer over live-action film

More information

GRC 119 Assignment 6 Create a Flash Animation Banner Ad

GRC 119 Assignment 6 Create a Flash Animation Banner Ad GRC 119 Assignment 6 Create a Flash Animation Banner Ad 1. Brainstorm your Ad Concept and identify the 5 components 2. Storyboard your ad concept 3. Develop the visual components 4. Develop banner ad web

More information

Digital Video-Editing Programs

Digital Video-Editing Programs Digital Video-Editing Programs Digital video-editing software gives you ready access to all your digital video clips. Courtesy Harold Olejarz. enable you to produce broadcastquality video on classroom

More information

Chapter 3: Animation. Creating Frames and Keyframes. After completing this module, you ll be able to:

Chapter 3: Animation. Creating Frames and Keyframes. After completing this module, you ll be able to: AIM Your Project with Flash: Chapter 3 - Animation 47 Chapter 3: Animation After completing this module, you ll be able to: create, comment, and use frames and keyframes. distinguish types of Flash animation.

More information

Adobe Illustrator CS5 Part 1: Introduction to Illustrator

Adobe Illustrator CS5 Part 1: Introduction to Illustrator CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 1: Introduction to Illustrator Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading

More information

Lesson 7 - Creating Animation II

Lesson 7 - Creating Animation II Lesson 7 - Creating Animation II A. Motion-Tweened Animation With motion tweening, you can easily create motion effects for the objects in your Flash movies. Kites flying, balls bouncing, rocks rolling

More information

GRC 119 Assignment 7 Create a Flash Animation Banner Ad

GRC 119 Assignment 7 Create a Flash Animation Banner Ad GRC 119 Assignment 7 Create a Flash Animation Banner Ad 1. Brainstorm your Ad Concept and identify the 5 components 2. Storyboard your ad concept 3. Develop the visual components 4. Develop banner ad web

More information

Flash MX Image Animation

Flash MX Image Animation Flash MX Image Animation Introduction (Preparing the Stage) Movie Property Definitions: Go to the Properties panel at the bottom of the window to choose the frame rate, width, height, and background color

More information

Creating a Flash.swf animation

Creating a Flash.swf animation GRC 119 Assignment 5 Creating a Flash.swf animation 1. How to get started in Flash 2. Creating layers and adding content 3. Tweening or animating between two keyframes 4. How to import multiple images

More information

The main imovie window is divided into six major parts.

The main imovie window is divided into six major parts. The main imovie window is divided into six major parts. 1. Project Drag clips to the project area to create a timeline 2. Preview Window Displays a preview of your video 3. Toolbar Contains a variety of

More information

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013 INPUT OUTPUT 08 / IMAGE QUALITY & VIEWING In this section we will cover common image file formats you are likely to come across and examine image quality in terms of resolution and bit depth. We will cover

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

Anime Studio Debut vs. Pro

Anime Studio Debut vs. Pro vs. Animation Length 2 minutes (3000 frames) Unlimited Motion Tracking 3 Points Unlimited Audio Tracks 2 Tracks Unlimited Video Tracks 1 Track Unlimited Physics No Yes Poser scene import No Yes 3D layer

More information

Animation Action STUDIO. PROJECT 11 For use with Chapter 8. Objective SUPPLIES

Animation Action STUDIO. PROJECT 11 For use with Chapter 8. Objective SUPPLIES STUDIO PROJECT 11 For use with Chapter 8 Name Animation Action Date Class Period Objective Draw a simple animation sequence in a sketchbook and import your drawings into a multimedia program to create

More information

TOON BOOM HARMONY 12.1 - Essentials Edition - Paperless Animation Guide

TOON BOOM HARMONY 12.1 - Essentials Edition - Paperless Animation Guide TOON BOOM HARMONY 12.1 - Essentials Edition - Paperless Animation Guide Legal Notices Toon Boom Animation Inc. 4200 Saint-Laurent, Suite 1020 Montreal, Quebec, Canada H2W 2R2 Tel: +1 514 278 8666 Fax:

More information

Maya 2014 Basic Animation & The Graph Editor

Maya 2014 Basic Animation & The Graph Editor Maya 2014 Basic Animation & The Graph Editor When you set a Keyframe (or Key), you assign a value to an object s attribute (for example, translate, rotate, scale, color) at a specific time. Most animation

More information

ACE: Illustrator CC Exam Guide

ACE: Illustrator CC Exam Guide Adobe Training Services Exam Guide ACE: Illustrator CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint While it is, of course, possible to create a Research Day poster using a graphics editing programme such as Adobe

More information

COURSE OUTLINE REVISED SPRING 2008

COURSE OUTLINE REVISED SPRING 2008 COURSE OUTLINE REVISED SPRING 2008 DMA140 Course Number Interactive Web Animation Course Title 3 1 lecture/ 4 studio hours Credits Catalog description: Hours: lecture/laboratory/other (specify) Introduction

More information

Fundamentals of Computer Animation

Fundamentals of Computer Animation Fundamentals of Computer Animation Production Pipeline page 1 Producing an Animation page 2 Producing an Animation 3DEM Flybys http://www.visualizationsoftware.com/3dem/flybys.html page 3 Producing an

More information

Adobe Certified Expert Program

Adobe Certified Expert Program Adobe Certified Expert Program Product Proficiency Exam Bulletin Adobe Photoshop CS4 Exam # 9A0-094 ACE Certification Checklist The checklist below will help guide you through the process of obtaining

More information

m ac romed ia Fi r e wo r k s Curriculum Guide

m ac romed ia Fi r e wo r k s Curriculum Guide m ac romed ia Fi r e wo r k s Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra

More information

Logo Design Studio Pro Guide

Logo Design Studio Pro Guide Logo Design Studio Pro Guide This guide is distributed with software that includes an end-user agreement, this guide, as well as the software described in it, is furnished under license and may be used

More information

Creating Hyperlinks & Buttons InDesign CS6

Creating Hyperlinks & Buttons InDesign CS6 Creating Hyperlinks & Buttons Adobe DPS, InDesign CS6 1 Creating Hyperlinks & Buttons InDesign CS6 Hyperlinks panel overview You can create hyperlinks so that when you export to Adobe PDF or SWF in InDesign,

More information

3D Animation Graphic Designer

3D Animation Graphic Designer Goal of the program The training program aims to develop the trainee to get him to the level of professional and creative in designing models three-dimensional and move with all respect to this art and

More information

Designing and animating characters in Flash Part 1: Drawing tools and symbols Adobe Developer Connection

Designing and animating characters in Flash Part 1: Drawing tools and symbols Adobe Developer Connection Designing and animating characters in Flash Part 1: Drawing tools and symbols Chris Georgenes Adobe Certified Expert mudbubble.com (www.adobe.comhttp://www.mudbubble.com/) keyframer.com (www.adobe.comhttp://www.keyframer.com/)

More information

MODELING AND ANIMATION

MODELING AND ANIMATION UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION B M M C (2011 Admission Onwards) VI Semester Core Course MODELING AND ANIMATION QUESTION BANK 1. 2D Animation a) Wire Frame b) More than two Dimension

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

ClarisWorks 5.0. Graphics

ClarisWorks 5.0. Graphics ClarisWorks 5.0 Graphics Level 1 Training Guide DRAFT Instructional Technology Page 1 Table of Contents Objectives... Page 3 Course Description and Organization... Page 4 Technology Requirements... Page

More information

Adobe Dreamweaver Exam Objectives

Adobe Dreamweaver Exam Objectives Adobe Dreamweaver audience needs for a website. 1.2 Identify webpage content that is relevant to the website purpose and appropriate for the target audience. 1.3 Demonstrate knowledge of standard copyright

More information

Introduction... Learn to insert event sounds and streaming sounds and to change the effects for a sound... 69

Introduction... Learn to insert event sounds and streaming sounds and to change the effects for a sound... 69 1997 1999 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra are trademarks or registered trademarks of Macromedia,

More information

Chapter 1. Animation. 1.1 Computer animation

Chapter 1. Animation. 1.1 Computer animation Chapter 1 Animation "Animation can explain whatever the mind of man can conceive. This facility makes it the most versatile and explicit means of communication yet devised for quick mass appreciation."

More information

ART 170: Web Design 1

ART 170: Web Design 1 Banner Design Project Overview & Objectives Everyone will design a banner for a veterinary clinic. Objective Summary of the Project General objectives for the project in its entirety are: Design a banner

More information

Fireworks 3 Animation and Rollovers

Fireworks 3 Animation and Rollovers Fireworks 3 Animation and Rollovers What is Fireworks Fireworks is Web graphics program designed by Macromedia. It enables users to create any sort of graphics as well as to import GIF, JPEG, PNG photos

More information

M2: Animation Techniques

M2: Animation Techniques M2: Animation Techniques This module is divided into the following topics: Animation Techniques, on page 24 Activity 1: Research a New Animation Technique, on page 31 Animate Pro 2 - Student Workbook Animation

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT COMPUTER ANIMATION D/601/7658 LEVEL 3 UNIT 14 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 COMPUTER ANIMATION D/601/7658

More information

Lesson 4. Temporal Management of Layers

Lesson 4. Temporal Management of Layers Lesson 4 Temporal Management of Layers In lesson 3, we handled the layers using the timeline. However, the notion of time did not come up at all. This lesson deals with the notion of time. In this lesson

More information

BASIC VIDEO EDITING: IMOVIE

BASIC VIDEO EDITING: IMOVIE IMOVIE imovie comes with Apple Mac computers and lets you assemble audio, video and photos to create your own movies. This tip sheet was compiled using imovie 11 so you may notice some differences if using

More information

Creating Your Own 3D Models

Creating Your Own 3D Models 14 Creating Your Own 3D Models DAZ 3D has an extensive growing library of 3D models, but there are times that you may not find what you want or you may just want to create your own model. In either case

More information

CG: Computer Graphics

CG: Computer Graphics CG: Computer Graphics CG 111 Survey of Computer Graphics 1 credit; 1 lecture hour Students are exposed to a broad array of software environments and concepts that they may encounter in real-world collaborative

More information

CERTIFICATE COURSE IN WEB DESIGNING

CERTIFICATE COURSE IN WEB DESIGNING CERTIFICATE COURSE IN WEB DESIGNING REGULATIONS AND SYLLABUS FOR CERTIFICATE COURSE IN WEB DESIGNING OFFERED BY BHARATHIAR UNIVERSITY,COIMBATORE FROM 2008-2009 UNDER THE UNIVERSITY INDUSTRY INTERACTION

More information

Adobe Certified Expert Program

Adobe Certified Expert Program Adobe Certified Expert Program Product Proficiency Exam Bulletin Adobe Flash CS4 Exam Exam # 9A0-092 ACE Certification Checklist The checklist below will help guide you through the process of obtaining

More information

Tutorial 13: Object Animation

Tutorial 13: Object Animation Tutorial 13: Object Animation In this tutorial we will learn how to: Completion time 40 minutes Establish the number of frames for an object animation Rotate objects into desired positions Set key frames

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Creating a Simple Animated Web Banner

Creating a Simple Animated Web Banner Adobe Flash CS6 1 Creating a Simple Animated Web Banner Objectives You will have mastered the material in this chapter when you can: Start Flash and customize the Flash workspace Create a Flash document

More information

How to build text and objects in the Titler

How to build text and objects in the Titler How to build text and objects in the Titler You can use the Titler in Adobe Premiere Pro to create text and geometric objects. There are three methods for creating text, each capable of producing either

More information

ACE: After Effects CC

ACE: After Effects CC Adobe Training Services Exam Guide ACE: After Effects CC Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as

More information

South Plainfield Public Schools Web Design Scope and Sequence of Curriculum Grade 10-12 Date August 2011

South Plainfield Public Schools Web Design Scope and Sequence of Curriculum Grade 10-12 Date August 2011 Unit (Domain): Part I: Evaluating Current Websites Part II: Creating Web Pages Using Google Sites, Docs and Forms Part III: Using Animation Media for the Web Essential Question(s): How does the World Wide

More information

QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11

QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11 QUICK REFERENCE, ADOBE ILLUSTRATOR, PAGE 1 QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 CS2 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11 SECTION 3: GENERAL CONCEPTS: PAGE 14 SELECTING

More information

Animation. Basic Concepts

Animation. Basic Concepts Animation Basic Concepts What is animation? Animation is movement of graphics or text Some common uses of animation include: Advertising o Example: Web site advertisements that are animated to attract

More information

NDSU Technology Learning & Media Center

NDSU Technology Learning & Media Center 1 NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Creating a Large Format Poster (Plot) Using PowerPoint 2013 Posters should be designed and created in a manner that best

More information

Lession: 2 Animation Tool: Synfig Card or Page based Icon and Event based Time based Pencil: Synfig Studio: Getting Started: Toolbox Canvas Panels

Lession: 2 Animation Tool: Synfig Card or Page based Icon and Event based Time based Pencil: Synfig Studio: Getting Started: Toolbox Canvas Panels Lession: 2 Animation Tool: Synfig In previous chapter we learn Multimedia and basic building block of multimedia. To create a multimedia presentation using these building blocks we need application programs

More information

SMART Board Interactive Whiteboard Setup with USB Cable

SMART Board Interactive Whiteboard Setup with USB Cable SMART Board Interactive Whiteboard Setup with USB Cable The instructions below are for the SMART Board interactive whiteboard 500 series and apply to both desktop and laptop computers. Ready Light USB

More information

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. ARTS 248: Designing Motion Graphics

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. ARTS 248: Designing Motion Graphics I. Basic Course Information RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE ARTS 248: Designing Motion Graphics A. Course Number and Title: ARTS-248 Designing Motion Graphics B. New or Modified

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

SMART Board Training Outline Trainer: Basel Badran

SMART Board Training Outline Trainer: Basel Badran Sharjah Higher Colleges of Technology SMART Board Training Outline Trainer: Basel Badran What is a SMART Board? o Concept & Technology SMART Board Components: o Smart Tools Start Center Recorder Keyboard

More information

Introduction to Flash Animation

Introduction to Flash Animation Title Introduction to Flash Animation Type Consensus Document Map Authors Derek Bishoff, Christopher Shadwell Subject Business Course None Selected Grade(s) 10, 11, 12 Location Curriculum Writing History

More information

From Video to the Web

From Video to the Web From Video to the Web by Chris & Trish Meyer, Crish Design the duration of a single frame. Alternating horizontal lines are taken from these two fields and woven (interlaced) together to create a frame.

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Lynda.com > InDesign CS5 Tutorials Interactive Documents & Presentations

Lynda.com > InDesign CS5 Tutorials Interactive Documents & Presentations Creating Interactive Documents with PDFs and SWFs Adapted from Chris Converse, http://www.codifydesign.com/ Laurie Burruss laurie@lynda.com Pasadena City College Dec 9 3 pm Lynda.com > InDesign CS5 Tutorials

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Adobe Photoshop Introduction Part 1 (Basics- Image Manipulation) ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 Basic Graphic Terminology...

More information

Introduction to. With Slides from Dongho Kim and Karen Liu. School of Media @ Computer Soongsil University Animation. Computer Animation

Introduction to. With Slides from Dongho Kim and Karen Liu. School of Media @ Computer Soongsil University Animation. Computer Animation Introduction to With Slides from Dongho Kim and Karen Liu School of Media @ Computer Soongsil University Animation Where are s? Movies Star Wars, Toy Story, Titanic, many more Real-performance driven animation

More information

Creative Cloud for Web Design

Creative Cloud for Web Design Creative Cloud for Web Design Level: Duration: Time: Cost: Fast Track - Introduction 5 Days 9:30 AM - 4:30 PM 997 Overview Like the Dreamweaver Jumpstart course, the Creative Suite for Web Design course

More information

TABLE OF CONTENTS SURUDESIGNER YEARBOOK TUTORIAL. IMPORTANT: How to search this Tutorial for the exact topic you need.

TABLE OF CONTENTS SURUDESIGNER YEARBOOK TUTORIAL. IMPORTANT: How to search this Tutorial for the exact topic you need. SURUDESIGNER YEARBOOK TUTORIAL TABLE OF CONTENTS INTRODUCTION Download, Layout, Getting Started... p. 1-5 COVER/FRONT PAGE Text, Text Editing, Adding Images, Background... p. 6-11 CLASS PAGE Layout, Photo

More information

Graphic Design Basics Tutorial

Graphic Design Basics Tutorial Graphic Design Basics Tutorial This tutorial will guide you through the basic tasks of designing graphics with Macromedia Fireworks MX 2004. You ll get hands-on experience using the industry s leading

More information

Video, film, and animation are all moving images that are recorded onto videotape,

Video, film, and animation are all moving images that are recorded onto videotape, See also Data Display (Part 3) Document Design (Part 3) Instructions (Part 2) Specifications (Part 2) Visual Communication (Part 3) Video and Animation Video, film, and animation are all moving images

More information

Adobe Creative Suite: Introduction for Web Design

Adobe Creative Suite: Introduction for Web Design coursemonster.com/uk Adobe Creative Suite: Introduction for Web Design View training dates» Overview Website design can be confusing to get started with. But with our Adobe Certified Instructor led class

More information

Chapter 6: Project Planning & Production

Chapter 6: Project Planning & Production AIM Your Project with Flash: Chapter 6 - Project Planning and Production 105 Chapter 6: Project Planning & Production After completing this module, you ll be able to: plan a Flash project. consider design

More information

San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601

San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601 Web Design Course Outline I II 1 Course Content 5 5 Student Evaluation Employment Opportunities 2 XHTML 10 10 Creating an HTML Document Formatting Text with HTML Adding Graphics with Multimedia Using forms

More information

Adobe Certified Expert Program

Adobe Certified Expert Program Adobe Certified Expert Program Product Proficiency Exam Bulletin Adobe Flash CS4 Recertification Exam Exam # 9A0-093 ACE Certification Checklist The checklist below will help guide you through the process

More information

Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace

Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace Sharing a Screen, Documents or Whiteboard in Cisco Unified MeetingPlace Release: 7.0 Revision Date: December 9, 2009 1:29 pm This section describes how to use the features in the Cisco Unified MeetingPlace

More information

Table of Contents. I. Banner Design Studio Overview... 4. II. Banner Creation Methods... 6. III. User Interface... 8

Table of Contents. I. Banner Design Studio Overview... 4. II. Banner Creation Methods... 6. III. User Interface... 8 User s Manual Table of Contents I. Banner Design Studio Overview... 4 II. Banner Creation Methods... 6 a) Create Banners from scratch in 3 easy steps... 6 b) Create Banners from template in 3 Easy Steps...

More information

Character Creation You can customize a character s look using Mixamo Fuse:

Character Creation You can customize a character s look using Mixamo Fuse: Using Mixamo Fuse, Mixamo, and 3ds Max, you can create animated characters for use with FlexSim. Character Creation You can customize a character s look using Mixamo Fuse: After creating the character,

More information

Adobe Flash Catalyst CS5.5

Adobe Flash Catalyst CS5.5 Adobe Flash Catalyst CS5.5 Create expressive interfaces and interactive content without writing code Use a new efficient workflow to collaborate intelligently and roundtrip files with developers who use

More information

Camtasia: Importing, cutting, and captioning your Video Express movie Camtasia Studio: Windows

Camtasia: Importing, cutting, and captioning your Video Express movie Camtasia Studio: Windows Camtasia: Importing, cutting, and captioning your Video Express movie Camtasia Studio: Windows Activity 1: Adding your Video Express output into Camtasia Studio Step 1: the footage you shot in the Video

More information

ACE: After Effects CS6

ACE: After Effects CS6 Adobe Training Services Exam Guide ACE: After Effects CS6 Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation as

More information

Digital Video Capture and Edit with imovie HD 6.0.2

Digital Video Capture and Edit with imovie HD 6.0.2 RESEARCH AND INSTRUCTIONAL SUPPORT REVISED: AUGUST 2006 Project Management Digital Video Capture and Edit with imovie HD 6.0.2 Plan out your time and process before beginning the capture and edit. A few

More information

CURRICULUM MAP. Web Design I Mr. Gault

CURRICULUM MAP. Web Design I Mr. Gault CURRICULUM MAP Web Design I Mr. Gault MONTH August- September ESSENTIAL QUESTIONS What is HTML and how is it used in today s web design? How is Dreamweaver used to create web pages? HTML TOPIC Dreamweaver

More information

Graphic Design Studio Guide

Graphic Design Studio Guide Graphic Design Studio Guide This guide is distributed with software that includes an end-user agreement, this guide, as well as the software described in it, is furnished under license and may be used

More information

Sweet Home 3D user's guide

Sweet Home 3D user's guide 1 de 14 08/01/2013 13:08 Features Download Online Gallery Blog Documentation FAQ User's guide Video tutorial Developer's guides History Reviews Support 3D models Textures Translations Forum Report a bug

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information