PDA

View Full Version : how do i make the drawn line to be under the oval clip?



anshi83
May 20th, 2003, 06:39 AM
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....)

anshi83
May 20th, 2003, 06:40 AM
if anyone has the answer please email me...

kode
May 20th, 2003, 06:55 AM
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. ;)
just add this line to your script:

one.swapDepths(2);