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,
4 refactorings
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
Script was written on AS3. ...
Is there a simpler way to g...