Timer class 0.3
Thursday 7 July 2005 – Filed under: Flash – No Comments
Just a quick note to let you know that I updated my Timer class to version 0.3. Most important update is loop progress reporting. This is now off by default, as that feature may get quite CPU intensive.
In order to report progress, the Timer needs to send events on each internal loop check, which, obviously causes a lot of events to be fired.
You can switch this back on with:
myTimer.reportProgress = true;
Besides this change, I also made sure the Timer class now extends a base Dispatcher class.
I placed a preview online, as well as the source files. I also wrote some documentation for this class, which can be found here.
« previously: Flash & visitor statistics next: Project: Volkswagen Transporter »
Leave a Reply
Recent Articles
- Running Google Chrome OS under Parallels
- AS3 Tweetr library suffers from the Twitpocalypse bug
- Digital TV on Mac Mini, part 2
- Digital TV on Mac Mini, part 1
- New bike
- FLV Player 2.0.25 released
- No custom headers for Flash file upload. Why?
- Building AIR with FDT
Advertisement
Categories
- Art & Design (4)
- Flash (38)
- FLV Player (9)
- Software (17)
- User Experience Design (3)
- Various (10)
- Work (6)