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

**URL:** https://forum.kirupa.com/t/how-do-i-make-the-drawn-line-to-be-under-the-oval-clip/21324
**Category:** Uncategorized
**Created:** [May 20, 2003, 10:39am UTC](https://forum.kirupa.com/t/how-do-i-make-the-drawn-line-to-be-under-the-oval-clip/21324 "2003-05-20T10:39:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![anshi83](https://avatars.discourse-cdn.com/v4/letter/a/ba9def/32.png) [@anshi83](https://forum.kirupa.com/u/anshi83)
#### Post date: [May 20, 2003, 10:39am UTC](https://forum.kirupa.com/t/how-do-i-make-the-drawn-line-to-be-under-the-oval-clip/21324/1 "2003-05-20T10:39:32Z")

</div>

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…)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 20, 2003, 10:40am UTC](https://forum.kirupa.com/t/how-do-i-make-the-drawn-line-to-be-under-the-oval-clip/21324/2 "2003-05-20T10:40:19Z")

</div>

if anyone has the answer please email me…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 20, 2003, 10:55am UTC](https://forum.kirupa.com/t/how-do-i-make-the-drawn-line-to-be-under-the-oval-clip/21324/3 "2003-05-20T10:55:51Z")

</div>

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:

```auto
one.swapDepths(2);

```
