Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
I just uploaded an update to the Wander motion class with a bunch of updates, including targetObject, rotationLimit, update(), getShortRotation(), etc...
I thought it would be good to release a more optimized version of my AS3 ProximityManager library that was designed for real use and included some new features. Here's quick demo of it in action, showing 5000 items being updated... You can grab the...
Adobe just released a beta / prerelease of Flash Player 10.1 on labs. Major improvements include global error handling, out of memory handling, better browser integration, support for browser privacy modes, globalization support, media streaming...
Source code, demo, and docs for an AS3 Kaleidoscope / symmetry class. It's fast and robust, supporting one or more slices, reflection, display objects or bitmapdata as a source, rotation / position offsets, and a fast mode.
If you've ever wanted to calculate the logarithm of a number using a base other than Math.E in AS3, you may have noticed the lack of a Math function to do this (ex. Math.logx())... this simple function might save you the time it takes to figure it...