AS3 change lineStyle of existing line

Posted by Ozzy on Stack Overflow See other posts from Stack Overflow or by Ozzy
Published on 2010-03-31T02:26:52Z Indexed on 2010/03/31 2:33 UTC
Read the original article Hit count: 533

Filed under:
|
|
|
|

Hi all

im drawing a line from 0,0 to 100,100

im using this to modify the linestyle:

draw_line.graphics.lineStyle(1, 0xFF0000);

That line is now of 1 thickness.

Is there anyway i can change the thickness of the line to say 10, but without redrawing the line?

© Stack Overflow or respective owner

Related posts about as3

Related posts about linestyle