Category Archives: flash

Documenting Your Code for Fun and Profit

When writing code for a project, the developer writing the code has a pretty good idea (usually) of what’s going on in their code. However, there are many times where a new developer is brought on to a project in the middle … Continue reading

Posted in flash, flex | Comments Off

Inspiration and Information : Our Favorite Feeds

This morning while perusing my daily feeds I found a diagnostic stylesheet (CSS) I will probably use, a link to a very funny Chuck Norris video, and learned how to restyle a Window’s login screen. All of this took less … Continue reading

Posted in css, design, flash, flex, html, php | Leave a comment

Penner Tweens and the like

http://www.mosessupposes.com/Fuse/This little resource is a package of penner tweens and other effects all controlled through your actions. Create that oh so trendy bounce effect in your flash animations, stack effects or order them so that one starts when the other … Continue reading

Posted in flash | Comments Off

Flash Memory Management (Ellis)

References When you assign a value of a simple type to a variable, the variable actually stores the value (i.e., myNum = 5, myNum actually equals 5). Variables that point to objects are different. Instead of storing the object in … Continue reading

Posted in flash, flex, memory | Comments Off

Flash Memory Management (Ty)

Flash Player 9 has a powerful Virtual Machine that runs ActionScript 3 at speeds worthy of high-end applications while managing memory automatically. To help keep up that performance and minimize unused memory there are some basic principles to remember when … Continue reading

Posted in flash, flex, memory | 1 Comment