The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window.

Size: px
Start display at page:

Download "The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window."

Transcription

1 SM3117 Interactive Installation and Physical Computing Director Workshop I 26th January, 2005 Introducing Macromedia Director MX 2004 The Environment Key windows often used in Director MX 2004 : Stage, Cast, Score, Properties Inspector, Control panel and message window. Stage Control Panel Cast Property Inspector Message Score Menu Bar Shortcut to bring up different windows Rewind Stop Play Paint Vector shape Text Shockwave 3D Stage Cast Score Property Inspector Library Behaviour Inspector Script Message P.1

2 Director s Terminology Movie Cast Member Score Frame Channel Sprite The primary Director file. It contains one or more Casts and a Score. It s the only Director file you need for most productions. Also called the movie file. The list of cast members used in a move. Also called the cast library. A single element, such as a bitmap, some text, a sound, a shape, a vector drawing, a Flash movie, or a piece of digital video. Also called a cast member. A chart showing which members appear on the Stage at certain times. An instant of time in Director. While you are working on a movie, the stage shows a single frame. While the movie is animating, the stage moves through frames to create the visual effect of animation. A numbered position in the Score. Every sprite occupies a channel over a series of frames. The score can have as many as 1,000 channels, as well as a few special channels at the top. The specific channel a sprite is in determines whether it gets down on top of or underneath another sprite. Also called a sprite channel. The description of which member is shown, where it is in the Score, where it appears on the Stage, and many other properties. Exploring Windows and Panels The Cast Panel Cast members-- The most basic elements of any Director movie. Almost any form of media can be represented in Director as a cast member. Each type of cast member can be viewed or edited in the Media Editor panel. There are two viewing modes : List and Thumbnail mode click here to change view style P.2

3 Cast Member Type How you work with Cast member types vary greatly. Some can be created and edited in Director. Ohters need to be created in programs such as video or sound-editing tools and then imported. Multiple / External Casts Director allows you to break your members up into multiple cast libraires. The default Cast named internal. To create a new Cast, open the Cast panel and use the Choose Cast button menu at the upper left to choose the New Cast option. You can also choose File > New > Cast from the main menu bar. When you create a new cast, you have the choice of whether this new cast should be internal or external. An internal cast is stored in the same Director file as your default cast and the rest of the movie s information. An external cast is stored in its own file with a.cst extension. Tab to switch between Casts Cast Member Name Choose Cast / Create new Cast Cast Member Properties Cast Member Number Icons representing different Member Type Property Inspector The most versatile and most useful tool panel in Director. This panel contains information about the current sprite selected. So its appearance and function change constantly. It shows all the tab associated with the selected items. For instance, if you have a bitmap sprite selected, the Property Inspector will have Sprite, Behavior, Member, Bitmap, and Movie tabs. P.3 Stage Properties You can change the actual Stage size by choosing Modify > Movie > Properties and looking at the Movie tab of the Property Inspector.

4 The Stage The Stage is the only window that the end user will actually see. It is where all the visual action of a movie takes place. The Stage has two main purposes: 1) to show you a preview of what the users will see. 2) to allow you to position sprites on the screen. You can change the actual Stage size by choosing Modify > Movie > Properties and looking at the Movie tab of the Property Inspector. The Score The score is the real heart and soul of a movie. As you can see below, it is a chart of the contents of the movie. Time, represented by frames, goes across the Score, whereas sprite channels and other elements are listed as rows in the chart. marker behaviour inspector behaviours ink blend start / end frame hide / show effect channels marker s menu tempo palette transition sound frame script effect channels zoom menu show/ hide sprite channel name sprite ball sprite channels channel number The left side of the Score shows channel numbers. By default, the score has 150 sprite channels. You can change the number of channels in a movie through the movie s Properties Inspector. Effects channels Tempo To specify the speed (fps) at which the movie moves through this frame. This setting persists until another frame contains a new setting to override it. You can also set the Tempo channel to pause for a certain number of seconds. Palette Transition Sound Frame Script You can use the palette channel of the Score to set which palette is used in which frame. Predefined visual transition that can be applied to a frame. The transition defines how the frame appears as the movie goes from the preceding frame to the current one. The two Sound channels enable you to defind sounds that automatically play when a frame is shown. You can use even more sound channel in Lingo. You can place Lingo / JavaScript members that are meant to control that specific frame, the sprites on it, and the entire Director environment, as long as the movie is passing through that frame. P.4

5 The Message Panel The Message window provides a way for you to test scripting commands and to monitor what is happening in your scripts while a movie plays. script language chooser input pane output pane The Message window has an Input pane and an Output pane. The Input pane is editable. The Output pane is read-only. The only way to display text in the Output pane is by calling the put() or trace() functions. You can test Lingo and JavaScript syntax statements to see how they work by entering them in the Message window and observing the results. When you enter a command in the Message window, Director executes the command immediately, regardless of whether a movie is playing. For example, if you type the following statement into the Message window: // JavaScript syntax trace(50+50); and press Enter, the result appears in the Output pane: // JavaScript syntax // 100 P.5

6 Working with Director member types Using Text Members Create Text Director provides two ways to create text cast members: directly on the Stage or in the Text Editor window. To create text cast members directly on the Stage, use from the tool palette. Note: The Text tool is available when the Tool palette is in Classic or Default view. When in Flashcomponent mode, the tool becomes a textinput Flash component. To create text cast members in the Text window, open up the Text Editor by clicking the the menu bar. icon from You can set a variety of options to change the appearance of your text member. To change text member properties, use the Property Inspector. However, if you want to change the text properties (e.g. font, size, color etc.) of that text member, you need to use the Text Inspector instead. (or you can actually do that inside the Text Editor window) Text Importing Director allows you to import text of various format into the movie. To import an external text file, choose File > Import File format supported by Director : RTF, HTML, ASCII (often called Text Only), Lingo, or JavaScript syntax Using Field Members Once the only text option in Director, field members are still useful for a variety of tasks. For one, they take up much less space than text members. The difference is even more dramatic when you use anti-aliased text in the text member. Note: The Field tool is only available when the Tool palette is in Classic view. Field text is standard text controlled by your system software, the same as the text you see in dialog boxes and menu bars. Director does not anti-alias field text or support paragraph formatting and tabs for fields. As with regular text, script can control field text and specify whether field text is editable while a movie plays. Whereas regular text is best suited for large type that you want to look as good as possible, field text is an excellent choice for large blocks of smaller text in standard fonts (such as Times or Helvetica) that don t need to be anti-aliased. Konwing when to use Text and when to use Fields Factor Must look smooth Must display quickly Must not add too much to the file size Must be capable of displaying indents Consistent line spacing Must be capable of displaying tables Must be capable of receiving imported RTF and HTML files Must be able to add borders and margins easily Must be able to add a text shadow easily Must be able to add hypertext links easily Must never change appearance from platform to platform Which to use Text Field Field Text Text Text Text Field Field Text Text P.6

7 Using Bitmaps Bitmaps are usually photographs, rendings, scanned image, or non-vector illustrations. You can created bitmaps in a variety of programs and then bring these images into Director by importing from a variety of standard formats. You can also create and edit bitmaps by using Director s Paint Editor. Types of Bitmaps Bit Depth The biggest difference between types of bitmaps is that they can be of different bit depths. Bits refer to the amount of information stored for each pixel of a graphic. A 1-bit image has only one piece of information: on and off. An 8-bit image has eight pieces of information, which corresponds to 256 possible combinations. With today s computers, there is little need to use anything less than 32-bit graphics. Formats which are supported in Director: BMP, GIF, JPEG, LRG, Photoshop, MacPaint, PNG, PICT, Targa, TIFF After you import any of these file formats into Director as a bitmap, it no longer matters what the original format of the document was; it is now a bitmap cast mamber. You can edit bitmap images in Director with the Paint Editor. To fire up the Paint Editor, just double-click a bitmap cast member or using [Crtl + 5] Photoshop filter Director can borrow some Photoshop filters and use them on cast members or in the Paint Editor. You can do so by making an alias or shortcut to your Photoshop filters folder and placing it in the Director Xtras folder. You can also copy filters, or folders of filters, into the Xtras folder. The simplest way to use filters is to apply them to an entire single cast member. Select that cast member in the Cast and choose Xtra > Filter Bitmap. This bring up the filter Bitmap dialog box, which organises the filters into categories. To use a filter, select it and click the Filter button. If the filter has its own dialog box, as must do, you see that idalog box first and can then choose your options. The filter is then applied to the cast member. Creating Vector Members There are two types of vector member in Director. Vector Shape and Shape. Vector Shapes are created in the Vector Shape Window. (Choose Insert > Media Element > Vector Shape). Shapes are created directly on the Stage with the Tool palette. There are little differences between them except that Director does not ant-alias Shape members. So they don t appear as smooth on the Stage as vector shapes. vector shape member shape member P.7

8 Using Sounds There are various ways to handle sounds in Director : Importing Sound : Director stores all the sound data for an internal sound cast member in a movie or cast file and loads the sound completely into RAM before playing it. After an internal sound is loaded, it plays very quickly. This makes internal sound best for short sounds, such as beeps or clicks, that occur frequently in your movie. For the same reason, making a large sound file an internal sound is not a good choice because the sound might use too much memory. Using External Sounds : Director does not store sound data in a linked sound cast member. Instead, it keeps a reference to a sound file s location and imports the sound data each time the sound begins playing. Because the sound is never entirely loaded into RAM, the movie uses memory more efficiently. Streaming Shockwave Audio : Director begins playing the sound while the rest of the sound continues to load from its source, whether on disk or over the Internet. This can dramatically improve the downloading performance of large sounds. Importing sounds You can import sounds into Director with the same import function used for bitmaps and text. Choose File > Import > and select the sound file or files you want to import. After the sound is in the Cast, you can use the Property Inspector to view information about the sounds. Imported sounds will be placed in the sound channel. (In addition to the two sound channels in the Score, Director can use as many as six additional sound channels simultaneously. However, the additional channels are accessible only from Lingo or JavaScript syntax or from behaviors. ) There is only one available option in the Property Inspector -- Looping. If looping is turned on, Director plays this sound over and over as long as the sound is in one of the Sound channels in the Score. As soon as you jump to a frame that does not have this sound, it stops. Import Dialog Box Using External Sounds Sounds tend to be large and add significantly to the file size of a Director movie. For this reason, you might want to keeping sounds as external files and creating a linked cast member that uses this external sound. Choose File > Import > to get to the Import dialog box, and then selecting Link to External File instead of Standard Import. select Link to External File Another method for using an external sound involves no cast member at all, but simply playing a sound file directly with a Lingo command, which will not be discussed here. Director imports AIFF and WAV sounds (both compressed and uncompressed), AU, Shockwave Audio, and MP3. You can always check or update the file location from the Property Inspector. P.8

9 Streaming Shockwave Audio You can create a Shockwave Audio file from the Shockwave converter Xtra: select Xtras > Convert WAV to SWA, and select the WAV files to convert Director can stream the following sounds: QuickTime, Shockwave Audio, and MP3 sounds that are linked from a URL QuickTime, Shockwave Audio, MP3, AIFF, and WAV sounds that are linked to a local file To stream a linked Shockwave Audio or MP3 sound: 1) Select Insert > Media Element > Shockwave Audio. This process creates a cast member that controls the streaming Shockwave Audio. 2) In the SWA Cast Member Properties dialog box that appears, click Browse and select a Shockwave Audio file on a local disk, or enter a URL in the Link Address text box. 3) Set the remaining cast member properties in the Property inspector, as described in the following list: To set the volume of the sound, use the Volume slider in the SWA tab in the Property inspector. To select the sound channel for the sound, select a number from the Channel pop-up menu in the SWA tab. To avoid potential conflicts, select Any, which causes the sound to play in the highest numbered available sound channel. To specify the size of the stream buffer, use the Preload option in the SWA tab. Director attempts to load enough sound data to play for the specified time in seconds. This prevents gaps in sounds that play over slow or interruption-prone Internet connections. 4) Drag the Shockwave Audio cast member to a sprite channel (not one of the sound channels) to create a sprite. Extend the sprite through all frames in which the sound should play, or use the tempo channel to make the movie wait for the end of the sound. You can t place streaming audio cast members in the sound channels. The sound streams from the source location when the movie plays. P.9

10 Importing Digital Video Media support for Windows : QuickTime video, RealMedia, (AVI, Mpeg-1, Mpeg-4 : through Window Media Xtra ) Medai suppor for Macintosh: QuickTime video, RealMedia When you import Windows Media, DVD content files, AVI, QuickTime, or RealMedia, the cast members you create always remain linked to the original external file, even if you select the Standard Import option. When you distribute a movie, you must always include all digital video files along with the movie. To import digital video: 1) Select File > Import. 2) Select QuickTime, AVI (Windows only), Windows Media (Windows only), or RealMedia from the Files of Type pop-up menu. 3) Select the digital video files to import. 4) Click Import. When you import an AVI file, you are prompted to select QuickTime or AVI as the import format. If you select QuickTime, Director imports the video as a QuickTime Asset Xtra, which provides additional playback options. Video Window Whether a digital video is a cast member or a sprite on the Stage, you can preview it in its corresponding video window. There are different versions of the window for QuickTime, Windows Media, DVD, RealMedia, and AVI digital content. To open the Video Window, choose Window > QuickTime (or DVD, RealMedia, Windows Media, AVI Video) Using DVD media content in Director You can link DVD media content to a Director movie and use the DVD media editor to inspect that linked content. However, you can't actually make changes to DVD content within Director. Rather, you can change the attributes of the DVD media by using either the Property Inspector prior to playback or via Director's scripting capabilities while the movie's playing by polling events and modifying properties and methods that affect the linked DVD content. To link DVD media content to a movie by using the Insert menu: 1) Select Insert > Media Element > DVD. To link DVD media content to a movie by using the DVD Editor: 1) Select Window > DVD. (The DVD Editor appears.) 2) Enter a name for the DVD member in the Cast Member Name text box of the DVD Editor. Director creates a new DVD cast member in the first available Cast slot. Synchronizing media To pause the playhead until a specified cue point in a sound or digital video is reached, you can use the Wait for Cue Point option in the Tempo dialog box. You can also use this method to wait for the end of the sound or digital video, even if it has no cue points. Cue points can also be used to trigger events that scripts can interpret. Note: AVI and DVD media does not support Cue Point P.10

11 Simple Animation in Director Something more about Sprite A sprite is an object that controls when, where, and how cast members appear in a Macromedia Director MX 2004 movie. Multiple sprites can use the same cast member. You can also switch cast members assigned to a sprite as the movie plays. You use the Stage to control where a sprite appears, and you use the Score to control when it appears in your movie. Sprite properties include the sprite s size and location, the cast member assigned to the sprite, the sprite s name, and the frames in which the sprite occurs. Different properties can alter the appearance of a sprite. You can rotate, skew, flip, and change the color of sprites without affecting cast members. You can change sprite properties with the Property inspector or Lingo or JavaScript syntax. You can also give each sprite a unique name. You can assign a name by using the Property inspector, and then view the sprite by name in the Score and on the Stage. Assigning a name lets you refer to the sprite by that name in Lingo or JavaScript syntax and not just by the channel number that it occupies. You can move a sprite to a different channel and not worry about changing scripts. Editing scores and code scripts is much easier when you refer to a sprite by its name. In Lingo or JavaScript syntax, some properties are available only for certain types of sprites. Such properties typically are characteristics that are related to the specific sprite type. For example, Lingo or JavaScript syntax has several digital video properties that determine the contents of tracks in digital video sprites. sprite channel number cast member type cast member cast a sprite sprite name cast member P.11

12 Tweening in Director To tween the path of a sprite: 1. Place a sprite on the Stage where you want the path to start. If the sprite is already on the Stage, select it. This places the start frame of the sprite in the proper location. The start frame is also the first keyframe of the sprite. 2. If necessary, select View > Sprite Overlay > Show Paths. The Show Paths option is on by default. With this option turned on, Director displays the paths of moving sprites on the Stage. Keyframes appear as hollow circles. Small tick marks show the sprite s position in tweened frames. 3. Insert keyframes in any additional frames where you want the sprite s animation path to change. 4. Drag the red handle within the sprite to the place on the Stage where you want the sprite s path to end. The red handle represents the sprite s location in the end frame. For bitmaps, the red handle is usually in the center of the image. For vector shapes and other media types, the handle is often in the upper left corner. 5 Director displays the path the sprite follows. The tick marks along the path show the sprite location in each frame in between. 6. To make the sprite s path curve between more points, hold down the Alt key (Windows) or Option key (Macintosh) and move the pointer on the Stage over a tick mark. When the pointer changes color, drag the tick mark to a new location. 7. To make the property changes defined by a keyframe occur at a different time, drag the keyframe in the Score to a new frame within the sprite. 8. To change the degree of curvature between keyframes, select Modify > Sprite > Tweening and adjust the Curvature slider. To make the sprite move in the same direction at the beginning and end, select Continuous at Endpoints in the Sprite Tweening dialog box. This creates a circular motion. To specify tweening properties for a sprite, you use the Sprite Tweening dialog box. Select a sprite, then select Modify > Sprite > Tweening. P.12

13 Step Recording To step-record animation: 1. Place sprites on the Stage where you want the animation to begin. 2. Select all the sprites you want to animate. 3. In the Score, click the frame where you want animation to begin. 4. Select Control > Step Recording. The step-recording indicator appears next to the channel numbers for the sprites being recorded, and the selection border widens. 5. Press 3 on the numeric keypad (make sure Number Lock is off) or click the Step Forward button in the Control panel. The movie advances to the next frame. If you reach the last frame of a sprite, Director extends the sprites being recorded into the new frame. 6. Drag the sprite to reposition it. You can also stretch the sprite, exchange cast members, or change any property. 7. Repeat steps 5 and 6 until you have completed the sequence you want to record. step backward step forward Real-Time Recording You can set up a real-time recording session in the same way as a step-recording session. After the first frame of the sprite is selected, choose Control > Real-Time Recording from the menu. Click and drag the sprite. The movie starts going and the frame indicator on the Score moves with it. Drag the sprite around the Stage to change its position. When you are finished, you can go back and edit individual frames of animation. P.13

14 Using Behavior Library A behavior in Macromedia Director MX 2004 is prewritten Lingo or JavaScript syntax that you use to provide interactivity and add interesting effects to your movie. You drag a behavior from the Library palette and drop it on a sprite or frame to attach it. If the behavior includes parameters, a dialog box appears that lets you define those parameters. For example, most navigation behaviors let you specify a frame to jump to. You can attach the same behavior to as many sprites or frames as necessary and use different parameters for each instance of the behavior. Most behaviors respond to simple events such as a mouse click on a sprite or the entry of the playhead into a frame. When the event occurs, the behavior performs an action, such as jumping to a different frame or playing a sound. To attach a behavior to a single sprite or frame using the Library palette: 1. Select Window > Library Palette. \ 2. Select a library from the Library pop-up menu in the upper left corner of the palette. 3. To view a brief description of included behaviors, move the pointer over a behavior icon. If the behavior includes a longer description, you can view it in the Behavior inspector or in Director Help. 4. To attach a behavior to a single sprite, drag a behavior from the Library palette to a sprite on the Stage or in the Score. 5. To attach a behavior to a frame in the behavior channel, drag a behavior from the Library palette to a frame in the behavior channel. 6. Enter parameters for the behavior in the Parameters dialog box. To change parameters for a behavior attached to a sprite or frame: Select the sprite or frame to which the behavior is attached. In the Behavior tab of the Property inspector, use the pop-up menus or text boxes to change any parameters. The Behavior tab has the same fields for the behavior as those in the Parameters dialog box. P.14

15 Publishing Shockwave Movies You can distribute movies as Shockwave content (with the DCR extension), projectors, Shockwave projectors, or protected movies (DXR extension). You should not distribute source movies (DIR extension) unless you want your users to be able to change the movie in the Director authoring environment. Shockwave content is a compressed version of a movie s data and does not include a player. Shockwave content is created primarily to distribute over the Internet for playback in a web browser. A projector is a movie intended for play outside of a web browser. A projector can include a player (called the Standard player), Xtra extensions, multiple casts, and linked media in a single file. A projector can also include several different movie files. Configured in this way, a projector can be a completely stand-alone application. A Shockwave projector makes a much smaller projector. A Shockwave projector uses an installed Shockwave Player on the user s system to play a movie instead of including the player code in the projector itself. Protected movies (.DXR extension) are uncompressed movies that users can t open for editing. These can be useful when you want to distribute uncompressed movies on a disk, but you don t want users to edit the source file. Protected movies may play faster than Shockwave content from a disk because they do not need to be decompressed. Formats Tab Use the Formats tab to select the movie format you want and determine the types of files you wish to publish. It includes support for creating cross-platform projectors. Projector Tab The Projector tab lets you set options that include how the projector movie appears on stage or in a browser, and what type of player it is shown on. File Tab The Files tab lets you set file options for projectors. For example, by default a projector consists of just the current movie, but you can add external casts to the movie using this tab. You can also exclude Xtra extensions from your projector. To open the Publish setting dialogue box, choose File > Publish setting Shockwave Tab The Shockwave tab lets you set options that determine the Shockwave Player version, how images are compressed, how users interact with the movie once it s published, and more. HTML Tab If users view your movie in browsers, chances are they will resize their browsers. How your movie behaves when the browser size changes depends on how you set HTML options in the Publish Settings dialog box. Image Tab You can specify the images that should appear if the user doesn t have Shockwave or the ActiveX control. P.15

Tutorial: Overview. CHAPTER 2 Tutorial

Tutorial: Overview. CHAPTER 2 Tutorial 2 CHAPTER 2 Tutorial... Tutorial: Overview This tutorial steps you through the creation of a simple banner for a web page and shows how to actually put the movie on the web. The tutorial explains how to

More information

Animating Layers with Timelines

Animating Layers with Timelines Animating Layers with Timelines Dynamic HTML, or DHTML, refers to the combination of HTML with a scripting language that allows you to change style or positioning properties of HTML elements. Timelines,

More information

Flash Domain 4: Building Rich Media Elements Using Flash CS5

Flash Domain 4: Building Rich Media Elements Using Flash CS5 Flash Domain 4: Building Rich Media Elements Using Flash CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Make rich media content development

More information

Camtasia Studio 5.0 PART I. The Basics

Camtasia Studio 5.0 PART I. The Basics Camtasia Studio 5.0 Techsmith s Camtasia Studio software is a video screenshot creation utility that makes it easy to create video tutorials of an on screen action. This handout is designed to get you

More information

Using Director MX 2004 behaviors

Using Director MX 2004 behaviors Using Director MX 2004 behaviors This article provides a basic introduction to Director MX 2004 behaviors. The article includes the following sections: About behaviors.............................................................

More information

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru.

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru. ART90.flash 14/10/03 3:27 pm Page 24 Tutorial WORLD FIRST In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru ILLUSTRATION BY

More information

BASICS OF MOTIONSTUDIO

BASICS OF MOTIONSTUDIO EXPERIMENT NO: 1 BASICS OF MOTIONSTUDIO User Interface MotionStudio combines draw, paint and animation in one easy easy-to-use program gram to save time and make work easy. Main Window Main Window is the

More information

vinodsrivastava.com FLASH

vinodsrivastava.com FLASH vinodsrivastava.com FLASH 1. What is a Layer? Layer helps us to organize the artwork in your document. When we create a flash document it contain one layer but we can add more. Objects are placed in layer

More information

QuickTime Pro an inexpensive (but clunky) solution

QuickTime Pro an inexpensive (but clunky) solution QuickTime Pro an inexpensive (but clunky) solution Converting Existing Media into QuickTime Movies Compatible Media (not an exhaustive list) Audio AIFF AU CD audio (Mac only) MIDI MP3 (MPEG-1 layers 1,

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

Director 8 - The basics

Director 8 - The basics Director 8 - The basics This tutorial covers the building blocks of Director, ignoring animation and interactive programming. These elements will be covered in the following tutorials. The idea is that

More information

Final Study Guide Arts & Communications

Final Study Guide Arts & Communications Final Study Guide Arts & Communications Programs Used in Multimedia Developing a multimedia production requires an array of software to create, edit, and combine text, sounds, and images. Elements of Multimedia

More information

The playhead, shown as a vertical red beam, passes each frame when a movie plays back, much like movie fi lm passing in front of a projector bulb.

The playhead, shown as a vertical red beam, passes each frame when a movie plays back, much like movie fi lm passing in front of a projector bulb. The project: AIRPLANE I will show you a completed version of this project.. Introducing keyframes and the Timeline One of the most important panels in the Flash workspace is the Timeline, which is where

More information

Inserting multimedia objects in Dreamweaver

Inserting multimedia objects in Dreamweaver Inserting multimedia objects in Dreamweaver To insert a multimedia object in a page, do one of the following: Place the insertion point in the Document window where you want to insert the object, then

More information

animation, and what interface elements the Flash editor contains to help you create and control your animation.

animation, and what interface elements the Flash editor contains to help you create and control your animation. e r ch02.fm Page 43 Wednesday, November 15, 2000 8:52 AM c h a p t 2 Animating the Page IN THIS CHAPTER Timelines and Frames Movement Tweening Shape Tweening Fading Recap Advanced Projects You have totally

More information

The Macromedia Flash Workspace

The Macromedia Flash Workspace Activity 5.1 Worksheet The Macromedia Flash Workspace Student Name: Date: Identify the Stage, workspace, Timeline, layers, panels, Tools panel, and Property inspector. The Macromedia Flash Workspace 5-35

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Animating the Page IN THIS CHAPTER. Timelines and Frames

Animating the Page IN THIS CHAPTER. Timelines and Frames e r ch02.fm Page 41 Friday, September 17, 1999 10:45 AM c h a p t 2 Animating the Page IN THIS CHAPTER Timelines and Frames Movement Tweening Shape Tweening Fading Recap Advanced Projects You have totally

More information

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks Sample Hands-On-Training Chapter Review Copy Only Copyright 2000-2003 by lynda.com, Inc. All Rights Reserved. Reproduction and Distribution Strictly Prohibited. This electronically distributed Hands-On-Training

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

PowerPoint Level 2. An advanced class in presentation software. Phone: SCIENCE SKILL SOLUTIONS TECH CENTER

PowerPoint Level 2. An advanced class in presentation software. Phone: SCIENCE SKILL SOLUTIONS TECH CENTER PowerPoint Level 2 An advanced class in presentation software Phone: 392-3900 Email: training@vpha.ufl.edu TECH SKILL SOLUTIONS FOR THE HEALTH SCIENCE CENTER Last modified December 13, 2001 Using the Slide

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA Office 2001 Graphics Microsoft Clip Art Introduction Office 2001 wants to be the application that does everything, including Windows! When it comes

More information

How to create an animated face

How to create an animated face Adobe Flash CS4 Activity 5.1 guide How to create an animated face This activity walks you step by step through the process of creating a simple animation by using Adobe Flash CS4. You use drawing tools

More information

PUBLISHING FLASH. Lesson Overview

PUBLISHING FLASH. Lesson Overview PUBLISHING FLASH Lesson Overview In this lesson, you ll learn how to do the following: Test a Flash document Understand the Bandwidth Profiler Change publish settings for a document Understand the difference

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

Adobe Flash Course Syllabus

Adobe Flash Course Syllabus Adobe Flash Course Syllabus A Quick Flash Demo Introducing the Flash Interface Adding Elements to the Stage Duplicating Library Items Introducing Keyframes, the Transform Tool & Tweening Creating Animations

More information

Keynote Basics Website:

Keynote Basics Website: Keynote Basics Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages. If you

More information

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage.

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage. FLASH FREQUENTLY ASKED QUESTIONS - What is the Library? The Library is an area in which you store all content used in a Flash movie. In Flash terminology, each piece of content stored in the Library is

More information

Creative presentations with Microsoft PowerPoint

Creative presentations with Microsoft PowerPoint Creative presentations with Microsoft PowerPoint Method and contents The method (ethos) for creative powerpoint design is to treat the project as a multi media design exercise. This simply means that the

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

1. Multimedia authoring is the process of creating a multimedia production:

1. Multimedia authoring is the process of creating a multimedia production: Chapter 8 1. Multimedia authoring is the process of creating a multimedia production: Creating/assembling/sequencing media elements Adding interactivity Testing (Alpha/Beta) Packaging Distributing to end

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Multimedia A Guide. Topic 1 Macromedia Director

Multimedia A Guide. Topic 1 Macromedia Director Multimedia A Guide Topic 1 Macromedia Director What is Macromedia Director? Director can create everything from the simplest PowerPoint-type presentations to the most complicated Kiosk databases. The main

More information

Adobe Flash CS4 Part 1: Introduction to Flash

Adobe Flash CS4 Part 1: Introduction to Flash CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 1: Introduction to Flash Fall 2010, Version 1.0 Table of Contents Introduction...3 Downloading the Data Files...3

More information

In this exercise you will be creating the graphics for the index page of a Website for children about reptiles.

In this exercise you will be creating the graphics for the index page of a Website for children about reptiles. LESSON 2: CREATING AND MANIPULATING IMAGES OBJECTIVES By the end of this lesson, you will be able to: create and import graphics use the text tool attach text to a path create shapes create curved and

More information

Avigilon Control Center Web Client User Guide

Avigilon Control Center Web Client User Guide Avigilon Control Center Web Client User Guide Version: 4.12 Standard PDF-WEBCLIENT-S-E-Rev2 Copyright 2013 Avigilon. All rights reserved. The information presented is subject to change without notice.

More information

PLEASE NOTE THAT LECTURE NOTES ARE IN TRANSITION TO VERSION 8

PLEASE NOTE THAT LECTURE NOTES ARE IN TRANSITION TO VERSION 8 Flash MX Professional 2004/Flash 8 Introduction to Flash, Panels, Drawing tools Outline of lecture demo/hands on class practice (Reading Chapters Flash MX 2004 HOT CH 1-3) PLEASE NOTE THAT LECTURE NOTES

More information

Podcasting With GarageBand 09

Podcasting With GarageBand 09 Podcasting With GarageBand 09 Starting a GarageBand Podcast Project Types of Podcasts You can create several different types of podcasts in GarageBand: Audio podcasts include audio with narration, dialogue,

More information

Professional Powerpoint Presentation II

Professional Powerpoint Presentation II Professional Powerpoint Presentation II Facilitator: Patrick Ng Fall 2012 Practical concerns in delivering presentation Creative Visual Possibility & Optimization for Presentation PPTII & IV: Quick Style,

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

Digital Documentaries Premiere Elements 8

Digital Documentaries Premiere Elements 8 Premiere Elements 8 Creating a new project Select New Project In the Premiere welcome screen and go to File, New Project on the top menu. Type in a project name and select Browse to locate the Desktop

More information

Welcome to the world of Flash, one of today s hottest applications for

Welcome to the world of Flash, one of today s hottest applications for Chapter 1: Getting Started with Flash 9 In This Chapter Creating and saving new documents Getting familiar with the workspace and tools Managing your workspace and panels Thinking about FLA and SWF file

More information

Microsoft Office 2007

Microsoft Office 2007 Microsoft Office 2007 Adding Slide Transitions Transition Sound Transitions Transition Speed Apply to All A slide transition is the way one slide changes to the next in Slide Show view. Animations Tab:

More information

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

COMP : Practical 1 Getting to know Flash

COMP : Practical 1 Getting to know Flash What is Flash? COMP126-2006: Practical 1 Getting to know Flash Macromedia Flash is system that allows creation, communication and play of animated and interactive computer graphics. Its main application

More information

Advanced High Graphics

Advanced High Graphics VISUAL MEDIA FILE TYPES JPG/JPEG: (Joint photographic expert group) The JPEG is one of the most common raster file formats. It s a format often used by digital cameras as it was designed primarily for

More information

Getting Started. Most likely, if you ve purchased a copy of Adobe Flash CS3 Professional, Introducing Adobe Flash CS3 Professional 3

Getting Started. Most likely, if you ve purchased a copy of Adobe Flash CS3 Professional, Introducing Adobe Flash CS3 Professional 3 1 Getting Started Introducing Adobe Flash CS3 Professional 3 Why Use Flash CS3? 3 What s New in Flash CS3? 6 Flash, Flash Player, or Flash Lite? 7 File Types Associated with Flash CS3 8 Caution: Player

More information

ChemSense Studio Client Version 3.0.7

ChemSense Studio Client Version 3.0.7 Quick Start Guide: ChemSense Studio Client Version 3.0.7 January 5, 2005 Comments/Questions/Bug Report? E-mail: chemsense-contact@ctl.sri.com Background The ChemSense Studio Client software supports the

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012 Intermediate/Advanced Faculty Development Workshop FSE Faculty retreat April 18, 2012 Remote Desktop Sharing Quick Reference Guide for Moderators The Moderator or a Participant may request control of another

More information

Quick start guide to Blackboard at Keele

Quick start guide to Blackboard at Keele Quick start guide to Blackboard at Keele Table of Contents What is the KLE and why do we use it?... 3 Sign-in to the KLE... 3 Tabs and Sub-Tabs... 3 Panels and Customising the Home Tab... 3 Tools in the

More information

Adobe Photoshop Sh S.K. Sublania and Sh. Naresh Chand

Adobe Photoshop Sh S.K. Sublania and Sh. Naresh Chand Adobe Photoshop Sh S.K. Sublania and Sh. Naresh Chand Photoshop is the software for image processing. With this you can manipulate your pictures, either scanned or otherwise inserted to a great extant.

More information

IT82: Multimedia Macromedia Director Practical 1

IT82: Multimedia Macromedia Director Practical 1 IT82: Multimedia Macromedia Director Practical 1 Over the course of these labs, you will be introduced Macromedia s Director multimedia authoring tool. This is the de facto standard for time-based multimedia

More information

11 EDITING VIDEO. Lesson overview

11 EDITING VIDEO. Lesson overview 11 EDITING VIDEO Lesson overview In this lesson, you ll learn how to do the following: Create a video timeline in Photoshop. Add media to a video group in the Timeline panel. Add motion to still images.

More information

Learning Flash CS4 Professional

Learning Flash CS4 Professional Learning Flash CS4 Professional Rich Shupe HOCHSCHULE UECHTENSTEIN Bibliothek O'REILLY* Beijing Cambridge Farnham Koln Sebastopol -Taipei -Tokyo CONTENTS Foreword ". xv Preface xvii Chapter 1. Interface

More information

IT153 Midterm Study Guide

IT153 Midterm Study Guide IT153 Midterm Study Guide These are facts about the Adobe Dreamweaver CS4 Application. If you know these facts, you should be able to do well on your midterm. Dreamweaver users work in the Document window

More information

Flash offers a way to simplify your work, using symbols. A symbol can be

Flash offers a way to simplify your work, using symbols. A symbol can be Chapter 7 Heavy Symbolism In This Chapter Exploring types of symbols Making symbols Creating instances Flash offers a way to simplify your work, using symbols. A symbol can be any object or combination

More information

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks Sample Hands-On-Training Chapter Review Copy Only Copyright 2000-2004 by lynda.com, Inc. All Rights Reserved. Reproduction and Distribution Strictly Prohibited. This electronically distributed Hands-On-Training

More information

Introduction to Multimedia. Adobe Animate CC. Lab Manual

Introduction to Multimedia. Adobe Animate CC. Lab Manual Introduction to Multimedia Adobe Animate CC Lab Manual 2017-18 Semester 1 Table of Contents A. Introduction p. 1 About Animate Understanding the Workspace of Animate B. Getting Started with Animate....

More information

PART ONE. Getting Started

PART ONE. Getting Started PART ONE Getting Started Before you can create games, you must learn to program, but before you can program in Flash ActionScript, you must learn to use the Flash authoring tool. ActionScript is built

More information

Working with Windows Movie Maker

Working with Windows Movie Maker 518 442-3608 Working with Windows Movie Maker Windows Movie Maker allows you to make movies and slide shows that can be saved to your computer, put on a CD, uploaded to a Web service (such as YouTube)

More information

Macromedia Director Tutorial 4

Macromedia Director Tutorial 4 Macromedia Director Tutorial 4 Further Lingo Contents Introduction...1 Play and Play done...2 Controlling QuickTime Movies...3 Controlling Playback...3 Introducing the if, then, else script...6 PuppetSprites

More information

Apple is rightfully proud of the user interface design incorporated into

Apple is rightfully proud of the user interface design incorporated into Customizing OS X Apple is rightfully proud of the user interface design incorporated into the Macintosh OS X family of operating systems. The interface is easy to use, and it s also easy to customize so

More information

BASIC MICROSOFT POWERPOINT

BASIC MICROSOFT POWERPOINT BASIC MICROSOFT POWERPOINT PART ONE PHONE: 504-838-1144 IT Training Team Jefferson Parish Library EMAIL: jpltrain@jplibrary.net In this class you will learn to: Launch, close, and interact with Microsoft

More information

Get QuickTime Pro. QuickTime 3 Pro: MoviePlayer for Mac OS. Overview. Find Out More

Get QuickTime Pro. QuickTime 3 Pro: MoviePlayer for Mac OS. Overview. Find Out More QuickTime 3 Pro: MoviePlayer for Mac OS Overview This page provides an index to the Macintosh MoviePlayer 3 Primer. The documents are geared for the novice user as well as anyone who wants to learn more

More information

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors StudioPrompter Tutorials Prepare before you start the Tutorials Opening and importing text files Using the Control Bar Using Dual Monitors Using Speed Controls Using Alternate Files Using Text Markers

More information

POWERPOINT 2003 OVERVIEW DISCLAIMER:

POWERPOINT 2003 OVERVIEW DISCLAIMER: DISCLAIMER: POWERPOINT 2003 This reference guide is meant for experienced Microsoft Office users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training

More information

About sounds and Animate CC

About sounds and Animate CC About sounds and Animate CC Adobe Animate offers several ways to use sound. Make sounds that play continuously, independent of the Timeline, or use the Timeline to synchronize animation to a sound track.

More information

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) Max Marks: 100 DURATION: 03 Hrs M1-R4-01-19 1.3 Which of the following tag pair is used to list the text? (a) and (b) and (c)

More information

Meeting Visuals UCF Toolkit User Guide

Meeting Visuals UCF Toolkit User Guide Meeting Visuals UCF Toolkit User Guide We provide Meeting Visuals web conferencing services. Because Meeting Visuals is powered by WebEx, this guide makes several references to the company name, platform

More information

GETTING STARTED WITH. chapter

GETTING STARTED WITH. chapter 1-4283-1963-8_01_Rev4.qxd 6/27/07 1:39 PM Page 1 chapter 1 GETTING STARTED WITH ADOBE FLASH CS3 1. Understand the Adobe Flash CS3 workspace 2. Open a document and play a movie 3. Create and save a movie

More information

Using Graphics. Digital Camera. Auto Shapes

Using Graphics. Digital Camera. Auto Shapes AutoShape Using Graphics Internet The following graphic elements are available to enhance your presentation Clip Art AutoShapes Fill effects Shadow effects 3D effects Digital Camera WordArt Digital Camera

More information

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications Lab 8: Animation with Video Timeline REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! LAB #8 - Exercise 1 Objectives: Upon completion of Exercise 1 you should be

More information

Avigilon Control Center Standard Web Client User Guide. Version 5.6

Avigilon Control Center Standard Web Client User Guide. Version 5.6 Avigilon Control Center Standard Web Client User Guide Version 5.6 2006-2015, Avigilon Corporation. All rights reserved. Unless expressly granted in writing, no license is granted with respect to any copyright,

More information

Adobe Premiere Pro CC 2015 Tutorial

Adobe Premiere Pro CC 2015 Tutorial Adobe Premiere Pro CC 2015 Tutorial Film/Lit--Yee GETTING STARTED Adobe Premiere Pro CC is a video layout software that can be used to create videos as well as manipulate video and audio files. Whether

More information

Excel Rest of Us! AQuick Reference. for the. Find the facts you need fast. FREE daily etips at dummies.com

Excel Rest of Us! AQuick Reference. for the. Find the facts you need fast. FREE daily etips at dummies.com Find the facts you need fast FREE daily etips at dummies.com Excel 2002 AQuick Reference for the Rest of Us! Colin Banfield John Walkenbach Bestselling author of Excel 2002 Bible Part Online II Part II

More information

The Timeline records the actions in each Frame. It also allows multiple independent images and actions through Layers.

The Timeline records the actions in each Frame. It also allows multiple independent images and actions through Layers. Using Flash to Create Animated Environments Objectives: Understand the capabilities of Flash Gain a general overview of features and tools Understand layers, text, graphics, animation and buttons Import

More information

How to Make a Movie in imovie How to Make a Movie Trailer in imovie How to Color Correct a Movie in imovie

How to Make a Movie in imovie How to Make a Movie Trailer in imovie How to Color Correct a Movie in imovie How to Make a Movie in imovie How to Make a Movie Trailer in imovie How to Color Correct a Movie in imovie 1. Make sure you are using the Mac. Make a Movie in imovie 2. If your files are on an external

More information

WEB GRAPHICS ADOBE PHOTOSHOP CS3. Learning Outcomes:

WEB GRAPHICS ADOBE PHOTOSHOP CS3. Learning Outcomes: WEB GRAPHICS ADOBE PHOTOSHOP CS3 Learning Outcomes: At the end of the course the participant will Design layouts for web pages, Paper Adverts, Brouchers, CD Covers, Package Designing Event and Exhibition

More information

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Define a Dreamweaver site. Create,

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

Avigilon Control Center Player User Guide. Version 5.10

Avigilon Control Center Player User Guide. Version 5.10 Avigilon Control Center Player User Guide Version 5.10 2006-2016, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER, ACC and HDSM, are trademarks of Avigilon

More information

Learn Dreamweaver CS5 in a Day

Learn Dreamweaver CS5 in a Day Learn Dreamweaver CS5 in a Day Topic File Used Page Number Instructions...1 Chapter 1 Tutorial 1. Introduction... 3 2. Previewing finished site in your web browser...als_portfolio... 7 3. Starting Up Dreamweaver...

More information

Standard File Formats

Standard File Formats Standard File Formats Introduction:... 2 Text: TXT and RTF... 4 Grapics: BMP, GIF, JPG and PNG... 5 Audio: WAV and MP3... 8 Video: AVI and MPG... 11 Page 1 Introduction You can store many different types

More information

Interactive Multimedia. Multimedia and the World Wide Web

Interactive Multimedia. Multimedia and the World Wide Web Interactive Multimedia Multimedia and the World Wide Web Multimedia and WWW What is Multimedia? why is it important? Who needs to know about Multimedia? Interactive Multimedia hypermedia, hypertext media

More information

Tabbing Between Fields and Control Elements

Tabbing Between Fields and Control Elements Note: This discussion is based on MacOS, 10.12.6 (Sierra). Some illustrations may differ when using other versions of macos or OS X. The capability and features of the Mac have grown considerably over

More information

Dazzle the Web with Dynamic Dreamweaver, Part II

Dazzle the Web with Dynamic Dreamweaver, Part II Dazzle the Web with Dynamic Dreamweaver, Part II In the second Dreamweaver workshop we will learn the following skills: 1. Adding hyperlinks to our home page 2. Adding images to our home page 3. Creating

More information

How to use the Assets panel

How to use the Assets panel Adobe Dreamweaver Guide How to use the Assets panel You can use the Assets panel in Dreamweaver to manage assets in the current site (Figure 1). The Assets panel displays assets for the site associated

More information

Adobe Flash CS4 Part 2: Working with Symbols

Adobe Flash CS4 Part 2: Working with Symbols CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 2: Working with Symbols Fall 2010, Version 1.0 Table of Contents Introduction...2 Downloading the Data Files...2

More information

DVD Production I: Introduction to idvd

DVD Production I: Introduction to idvd DVD Production I: Introduction to idvd Assemble your movies and still images Before you create your DVD, assemble your materials and check that your movies are in the correct format for idvd. All movies

More information

In this lesson, you ll learn how to:

In this lesson, you ll learn how to: LESSON 5: ADVANCED DRAWING TECHNIQUES OBJECTIVES In this lesson, you ll learn how to: apply gradient fills modify graphics by smoothing, straightening, and optimizing understand the difference between

More information

2D1640 Grafik och Interaktionsprogrammering VT Good for working with different kinds of media (images, video clips, sounds, etc.

2D1640 Grafik och Interaktionsprogrammering VT Good for working with different kinds of media (images, video clips, sounds, etc. An Introduction to Director Gustav Taxén gustavt@nada.kth.se 2D1640 Grafik och Interaktionsprogrammering VT 2006 Director MX Used for web sites and CD-ROM productions Simpler interactive content (2D and

More information

SlickEdit Gadgets. SlickEdit Gadgets

SlickEdit Gadgets. SlickEdit Gadgets SlickEdit Gadgets As a programmer, one of the best feelings in the world is writing something that makes you want to call your programming buddies over and say, This is cool! Check this out. Sometimes

More information

What s New in Studio 6?

What s New in Studio 6? What s New in Studio 6? mimio Toll Free Support: 877.846.3721 email: techsupport@mimio.com New Zoom Icon Right click on the Zoom Icon to choose from Zoom In, Zoom Out, and Zoom Full Import File Icon Insert

More information

Review Questions FL Chapter 3: Working With Symbols and Interactivity

Review Questions FL Chapter 3: Working With Symbols and Interactivity Review Questions FL Chapter 3: Working With Symbols and Interactivity TRUE/FALSE 1. One way to decrease file size is to create reusable graphics, buttons, and movie clips. 2. Flash allows you to create

More information

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

Adobe Dreamweaver CS5/6: Learning the Tools

Adobe Dreamweaver CS5/6: Learning the Tools Adobe Dreamweaver CS5/6: Learning the Tools Dreamweaver is an HTML (Hypertext Markup Language) editor, authoring tool, and Web site management tool. Dreamweaver is a WYSIWYG (what you see is what you get)

More information

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17 Table of Contents Preface...........iii INTRODUCTION 1. Introduction to M ultimedia and Web Design 1 Introduction 2 Exploring the Applications of Multimedia 2 Understanding Web Design 3 Exploring the Scope

More information