Quick drawing question

I am using lineTo methods to draw lines between objects on a canvas in a flash movie. I am wanting to erase only 1 (or some) of the lines… is there any methods in Flash MX that can do something like this? Or am I stuck using clear() and re-drawing what lines I want to keep?

Thanks for any help,
LilShieste

you can create an empty movieclip and draw the lines you will want to get rid of in that, then just remove it (with removeMovieClip) or clear() that clip to erase only those lines.