1
2
3
4
		public function sortDepth():void {

			var gridItem:GridItem;
...

ActionScript Isometric X/Y Grid pattern ...

by ryanmagnon.myopenid.com, August 08, 2008 01:03, 2 refactorings

Is there a simpler way to g...

528a0b0b1dc5695c4380e47e084163aa Talk
1
2
3
4
public static function getColorFromString(color:String):int
{
    return parseInt(new RegExp(/[0-9a-fA-F]+/).exec(color),16);
...

ActionScript Get color from string

by shaman4d.blogspot.com, July 11, 2008 10:54, 6 refactorings, tagged with speed, convert, as3

Script was written on AS3. ...

9a74ef7809e84411f21dd71771cf0534 Talk