Scale9Grid Helper

By admin | Dec 10, 2008

I have been working on a project with lots of round cornered cubes. They all have to scale so i apply scale9Grids. Making a new Scale9Grid everytime and not seeing the grid frustrated me enough to come up with a solution to all my problems.
Thus the birth of the Scale9Helper class.
This class can make a [...]

Cookie Util

By admin | Nov 13, 2008

From the site:

I have written a small utility class which I think some of you really would like to use. It is a small class that makes it possible to set Cookies via Actionscript without adding anything to the HTML Wrapper, all the code will be injected at runtime.

http://myflex.wordpress.com/2008/11/12/actionscript-cookie-util/”.

ExtendedTimer

By admin | Oct 16, 2008

From the site:

so let’s say you start a Timer with 1000 milliseconds delay and stop it after 600 milliseconds. if you call Timer.start() again, it starts with a new delay of 1000 milliseconds again. there is no built-in possibility to resume the timer for the remaining 400 milliseconds. i thought “nothing easier than that, just [...]

Next Page »

© 2007 ActionScript 3.0