Hello, if I create a line, can I change it's thickness at runtime?
here's my code
myLine=new Line(point1,point2,4.5,0xFFFFFF)
So, is it possible to change it from 4.5 to 9 by setting a parameter such as
myLine.thickness=9 (which sadly doesnt work)
Thanks for any help on this,
andy