Groups | Blog | Home
all groups > flash actionscript > february 2007 >

flash actionscript : using lineTo() on a non-empty clip


aa
2/11/2007 5:03:31 PM
To draw something a code is used like this:
createEmptyMovieClip()
mc.lineStyle();
mc.lineTo();

I wanted to draw over a non-empty movie clip from the Library:


attachMovie()
mc.lineStyle();
mc.lineTo();

Yet this draws UNDER mc clip and to see the drawing I have to set mc._alpha
to something less than 100.

How do I make mc.lineTo() to draw OVER mc?


Rothrock
2/11/2007 6:10:35 PM
aa
2/11/2007 10:17:12 PM
Thanks

AddThis Social Bookmark Button