Hi,
I would like to draw a line and change the x1,y1,x2,y2 dynamically bei an update event.
Is there a way to do this?
best, joerg [import]uid: 55806 topic_id: 9507 reply_id: 309507[/import]
Hi,
I would like to draw a line and change the x1,y1,x2,y2 dynamically bei an update event.
Is there a way to do this?
best, joerg [import]uid: 55806 topic_id: 9507 reply_id: 309507[/import]
I don’t believe there is. What you will want to do is remove the line and then recreate it with the new co-ords. Do this in an enterFrame handler and it will be done fast enough to make it look dynamic. [import]uid: 5833 topic_id: 9507 reply_id: 34747[/import]