# Problems swapping depths

**URL:** https://forum.kirupa.com/t/problems-swapping-depths/291911
**Category:** flash
**Created:** [July 7, 2009, 1:11pm UTC](https://forum.kirupa.com/t/problems-swapping-depths/291911 "2009-07-07T13:11:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cantaloupe](https://avatars.discourse-cdn.com/v4/letter/c/90db22/32.png) [@cantaloupe](https://forum.kirupa.com/u/cantaloupe)
#### Post date: [July 7, 2009, 1:11pm UTC](https://forum.kirupa.com/t/problems-swapping-depths/291911/1 "2009-07-07T13:11:51Z")

</div>

Hi,

I’m using

```auto
	_root.x +=2;
	_root.mymovie.swapDepths(_root.x);

```

to make sure my mcs always stay on top when clicked (they are draggable items). However I have 2 other mcs which I want to stay on top of EVERYTHING else regardless of what happens. I’m sure this is possible but I cant seem to make those two mcs stay on top as when the other items are clicked, they just jump to the top. Any ideas?

Thanks!
