example code for panel:
graphics.lineStyle(3,0,1);
graphics.moveTo(0x, y0);
graphics.lineTo(x1, y1);
we once needed line for an application and implemented a Line class
extending canvas.
most possibly, there is a better way for it; and i advice you to try
flash cs3 & flex integration for drawing components...
Baljeet singh wrote On 09/11/2007 11:59 AM:
Hi all, need u'r kind help....
How can i draw a line between two points on a panel & how can i
changes it's color and style on mouse over.
thanks & regards,
Bali