AS2 → AS3: Loading External Assets

Download Example Files
The MovieClipLoader is no longer available in AS3 and has been replaced by the new, hip kid on the block, the Loader class. Just like pretty much everything else in AS3, Loader has a bunch of events it fires off which you can listen to and react accordingly. Below is the [...]


AS2 → AS3: Main File Preloading

Download Example Files
When I coded in AS2 I had a preloader that I liked to use over and over again for pretty much every file I did which always worked well for me and never had any issues. One thing to note, however, is the comments I made in the download files on Frame [...]