Monthly Archives: April 2012

Week 12: Advanced Audio, Video

Advanced Audio There are a number of different ways you can play audio through Flash, each has it’s advantages and disadvantages.  PLAYING AUDIO FROM THE LIBRARY In order to play an audio file from the library, you have to give … Continue reading

Posted in Uncategorized | Leave a comment

Week 11: Dynamic Text

Announcement: I will be moving my office hours to Thursday for the remainder of the semester. I will be available in room 1102, Thursday 11:30 – 12:30. Please take advantage of this time as we near the end of the … Continue reading

Posted in Lessons | Leave a comment

Week 10: Advanced Events

Topics: Advanced Events Timers Enter Frame Drag and Drop Final Project Requirements Planning Your Project Advanced Events Enter Frame The enter frame event is triggered every time that the movie enters a frame: //create the enter frame event addEventListener(Event.ENTER_FRAME,onEnterFrame; function … Continue reading

Posted in Lessons | Leave a comment

Week 9: AS3 Part 2 – Loading External Assets

Topics: Variables Explained Loading External Assets Variables A variable in a programming language is a way to store a value that may or may not be known at the time the program runs, and may change over the life of … Continue reading

Posted in Lessons | 2 Comments