Thoughts and adventures in maps, Flash, visualization, and anything in between

Archive for June 2008

Lines or whatever

Drawing in Flash dynamically with ActionScript is a jolly fun time, but when doing so one of course lacks some of the finer controls of drawing the graphics manually in the Flash authoring environment. One such deficiency is dashed lines, so a while back I made a simple DashedLine class in AS3 to use [...]