Macromedia Flash 5 - PowerPoint PPT Presentation

1 / 21
About This Presentation
Title:

Macromedia Flash 5

Description:

Movie Clips can be very complex and contain other symbols inside them like ... ActionScript is a way of expressing a path through a movie. Using Smart Clips ... – PowerPoint PPT presentation

Number of Views:101
Avg rating:3.0/5.0
Slides: 22
Provided by: cheltenham3
Category:

less

Transcript and Presenter's Notes

Title: Macromedia Flash 5


1
Macromedia Flash 5
  • Advanced Level Course

2
Using Actions
Add/Delete a Statement
Move Action Up/Down
Toolbox List
Actions List
Parameters area
Expand/Collapse Parameters area
Insert Target Path
3
Frame Label
  • Frame Labels are used to name specific Keyframes
  • Frame Labels can be attached to Keyframes only

4
Frame Action
  • Frame Actions are used to instruct the movie to
    do something when the Playhead reaches a specific
    Keyframe
  • Frame Actions can be assigned to Keyframes only

5
Button Action
  • Button Actions are used to instruct the movie to
    do something when the user clicks on the button
    or rolls the mouse over it

6
Movie Clip Action
  • Movie Clip Actions are used to instruct the movie
    to do something when the movie clip loads or
    reaches a certain frame in its own timeline

7
Complex Movie Clip Actions
  • Movie Clips can be very complex and contain other
    symbols inside them like Buttons, Graphics and
    other Movie Clips

8
Variables
  • Variables are a temporary place to store
    information that you want to use over and over
    again while a movie is running
  • Conditional Statements allow the movie to make
    decisions based on the condition that you have
    specified
  • Operators are used in the Conditional Statements
    or in the Expressions

9
Properties
  • Each object has Properties that can be changed
    during the authoring
  • There are built-in properties that come
    predefined in Flash

10
Input and Output
  • The Input Text is used as a variable that will
    receive its value from the user input
  • The Dynamic Text is used as a variable that will
    display its value on the screen

11
Dot Notation
  • The Dot Notation in the ActionScript is a way of
    expressing a path through a movie

12
Using Smart Clips
  • A Smart Clip is a type of a Movie Clip that has
    programming code encapsulated in it so that a
    non-technical person can use it without having to
    know how it works
  • Flash comes with a set of Smart Clips in the
    Common Library

13
Scenes
  • Scenes are used to organize your movie into
    sections
  • The most common use of multi-scenes is to create
    a separate scene for the preloader, the
    introduction, and the main movie

14
Multiple Movies
  • Having several movies that are loaded only when
    needed will improve
  • Download time
  • Project Management
  • Team work

15
Hyperlinks
  • Hyperlinks can be attached to the button or the
    text
  • This means that when users clicks the button, or
    the text link, they will hyperlink to the new
    website
  • Hyperlinks use the following HTML code
  • http//www.macromedia.com
  • www.macromedia.com is the web address
  • http// is the protocol that Internet browsers
    use to access websites

16
Targets
  • You can specify the Target Window or Frame where
    you want the new page to appear

17
Email
  • Email links can be attached to the button or the
    text
  • This means that when the user clicks the button,
    or the text link, the default Email program will
    open to send an email to the Email link address
  • Email links use the following HTML code
  • mailtoinfo_at_macromedia.com
  • info_at_macromedia.com is the email address
  • mailto is the command to send an email

18
The Bandwidth Profiler
  • The Bandwidth Profiler helps you find the problem
    areas in your movie, like the frames that take to
    long to download

19
Optimizing Movie Components
  • Optimizing movie components will decrease the
    movie file size and improve the download time
  • We can optimize three main movie components
  • Optimizing Vector shapes will decrease the number
    of curves used in each vector shape
  • Optimizing Bitmap images will decrease the pixel
    quality used in each bitmap image
  • Optimizing Sound files will decrease the sound
    quality of each sound file

20
Preloader
  • A Preloader is the movie clip or a scene designed
    to download quickly and occupy the users
    attention while the rest of the movie is loading
    in the background

21
Projector
Write a Comment
User Comments (0)
About PowerShow.com