Hi all,

     I want to connect two boxes with a line between them. I am using
moveTo(x1, y1) and lineTo(x2,y2) methods of Graphics class. But line
is  not getting created. I even tried with code like this:
    
     beginFill(x1, y1)
     moveTo(x1, y1)
     lineTo(x2, y2);
     endFill(x2, y2);

   But still no line is getting created. 

   I also want, whenever i drag and drop the boxes, line should remain
between them. 
  
  Any pointer/help will be highly appreciated.


Thanks ,
~bali 

Reply via email to