Colour Problems

I have set up my page so that when u click on an object it selects it, you can then change the color of it, but the problem is i dont want the lines to change colour, does any one know the code to add to my code to make the lines not change colour ?
this is my code:

on (release) {
_root.colorMe = new Color(_root.selectedObject);
_root.colorMe.setRGB(0xFF0000);
}

Thanks alot Jimmmy !