How do i make the drawn line to be under the oval clip?

attached is the .fla …
i can’t seem to figure out how to make the line drawn to be under the oval (right now it’s drawing above it…)

if anyone has the answer please email me…

welcome, anshi. =)

the line is drawn over the movieclip one because it is in a lower depth than the movieclip sketchy.

change its depth by using the swapDepths method. :wink:
just add this line to your script:

one.swapDepths(2);