sixtyfootersdude
08-05-2008, 08:13 PM
Hi all,
I am drawing several lines using the graphics class. Before I draw the line I set the color to be grey. Later I want to make the box blue. I could not find anyway that I could change the color of the lines. Any ideas?
think that I will just have to kill them and redraw (seems slow).
boxLine.graphics.lineStyle(1,Colors.grey);
boxLine.graphics.moveTo(userName.x,userName.y);
boxLine.graphics.lineTo(userName.x,post.y+post.hei ght);
I am drawing several lines using the graphics class. Before I draw the line I set the color to be grey. Later I want to make the box blue. I could not find anyway that I could change the color of the lines. Any ideas?
think that I will just have to kill them and redraw (seems slow).
boxLine.graphics.lineStyle(1,Colors.grey);
boxLine.graphics.moveTo(userName.x,userName.y);
boxLine.graphics.lineTo(userName.x,post.y+post.hei ght);