Code Continuum - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

Code Continuum

Description:

Appears in upper left corner of clip it is loaded into. Can use ... Controls the frame rate/dimensions/bg color, etc. A level can be referenced with _levelX ... – PowerPoint PPT presentation

Number of Views:36
Avg rating:3.0/5.0
Slides: 10
Provided by: Kurt51
Category:

less

Transcript and Presenter's Notes

Title: Code Continuum


1
Code Continuum
  • Chapter 11

2
Mouse Manipulation
  • _root._xmouse
  • _root._ymouse
  • Movie Clip Symbol swapping

3
OnClip Event
  • Action when an event occurs to a movie clip
  • Load
  • Enter Frame
  • Exit Frame

4
Web Interaction
  • Open websites with getURL
  • CGI Exchange
  • Get
  • Post
  • Target Options
  • _self
  • _parent
  • _blank
  • _top

5
Movie Loading
  • LoadMovie(XXX.swf, 2)
  • Appears in upper left corner of clip it is loaded
    into
  • Can use Movie clip placeholders

6
Levels
  • Similar to layers but establish Movie clip
    hierarchy
  • Level 0 is root/base
  • Controls the frame rate/dimensions/bg color, etc
  • A level can be referenced with _levelX

7
Unload
  • Same as load but to remove a clip from the stage
  • Memory Management
  • Residual Removal

8
Duplicates
  • Ability to create multiple copies of an object
    based on a variable or user interaction
  • Must be done with a clip already on stage.
  • Must have it exported in library

9
Assignment
  • Do Project Builder 2 for chapter 11
Write a Comment
User Comments (0)
About PowerShow.com