# Help with mc depths

**URL:** https://forum.kirupa.com/t/help-with-mc-depths/196901
**Category:** flash
**Created:** [August 11, 2006, 6:46pm UTC](https://forum.kirupa.com/t/help-with-mc-depths/196901 "2006-08-11T18:46:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![thalamus](https://avatars.discourse-cdn.com/v4/letter/t/0ea827/32.png) [@thalamus](https://forum.kirupa.com/u/thalamus)
#### Post date: [August 11, 2006, 6:46pm UTC](https://forum.kirupa.com/t/help-with-mc-depths/196901/1 "2006-08-11T18:46:49Z")

</div>

Hello:

On the main timeline I have an itemdetail\_mc, inside which is a detailthumb\_mc (which loads an external image using onClipEvent(load)) and a watermark wm\_mc. The watermark mc is on a higher layer in the Timeline than the detailthumb\_mc, but when the external image loads, it loads over the watermark instead of under it. I tried using swapDepths, but this didn’t help. Any suggestions?

onClipEvent (load) {  
\_root.itemdetail\_mc.detailthumb\_mc.swapDepths (\_root.itemdetail\_mc.wm\_mc);  
}
