View Single Post
  #2 (permalink)  
Old 07-24-2008, 02:23 PM
anirudhs
 
Posts: n/a
Diggs:
Default Re: draw lines and other graphics

Hi,

Declarative drawing is coming up in Flex 4. This is currently possible in Flex
3 using the Degrafa library: http://degrafa.com/

By the way, if you programatically draw the lines using actionscript, you can
move the lines simply by moving the Shape / Sprite object by changing it's x or
y property.

Reply With Quote