Study Topics

Advanced Interactive Design  »  Spring 2010  »  Mon & Wed  »  10:00 to 11:50 AM


Week Topics Resources
1
  1. Types of Programming
  2. The Anatomy of ActionScript 3.0
 
2
  1. Variables
  2. Arrays
 
3
  1. Functions
  2. Conditional Statements
 
4
  1. MovieClip Buttons
  2. Event Listeners
 
5
  1. TweenMax
  2. TimelineMax
 
6
  1. Preloading Content
 
7
  1. Object-oriented Programming I
 
8
  1. Object-oriented Programming II
 
9
  1. Website Structure & Setup
  2. SWFAddress
  3. SWFObject
 
10
  1. Appointments
11
  1. Spring Break
12
  1. Preloading Content
  2. TweenMax / TimelineMax
  1. Download Links
  2. TweenMax
    Greensock.com
  3. TimelineMax
    Greensock.com
13
  1. Object-oriented Programming I
  2. Website Structure & Setup
 
14
  1. Object-oriented Programming II
  2. SWFAddress
  3. SWFObject
  1. Download Links
  2. SWFAddress
  3. SWFObject
    Video Tutorials
  1. SWFAddress
    GotoAndLearn.com
15  
16  

Key Concepts / Skills

  1. MovieClip Buttons
    instanceName.buttonMode
    Reserved frame labels (_up, _over)
  2. Event Listeners
    MouseEvents
    Keyboard Events
    Stage Events
  3. Variables
    Boolean
    String
    Number
  4. Arrays
  5. Functions
  6. Conditional Statements
    If… Else…
    Switch… Case…
  7. Preloading Content
    Loader Class
  8. TweenMax & TimelineMax
  9. SWFAddress & SWFObject
  10. Object-oriented Programming
    Document Class
    Writing Custom Classes