Cut/delete parts of a movieclip

Hey,

I don’t even know what to ask for, but here is my problem:

I want to draw a line as part of a graph.

Then I want to draw a hollow circle over the line, but I want to cut out the center of the circle, so it shows the layer under the line.

At the moment, drawing an outline of a circle the line still shows.

Hm, ok I draw the line:


Then I draw the circle:

-----O------

But when I do this in flash I still see the line, the circle is not hollow:

-----(-)-----

How do I ‘cut’ the middle of the circle out? Instead of beginFill, I want to do beginErase

Thanks :slight_smile:

monk.e.boy