# Send to Back

**URL:** https://forum.kirupa.com/t/send-to-back/57997
**Category:** flash
**Created:** [July 18, 2004, 10:46pm UTC](https://forum.kirupa.com/t/send-to-back/57997 "2004-07-18T22:46:27Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![mrlogical\_07](https://avatars.discourse-cdn.com/v4/letter/m/3ec8ea/32.png) [@mrlogical\_07](https://forum.kirupa.com/u/mrlogical_07)
#### Post date: [July 18, 2004, 10:46pm UTC](https://forum.kirupa.com/t/send-to-back/57997/1 "2004-07-18T22:46:27Z")

</div>

How can I move the vibrating circles to the back so it does not cover the menu bar[:q: See [url=“http://tuckersworld.bizhat.com/flash/test.swf”]HERE ](http://tuckersworld.bizhat.com/flash/test.swf)

---

<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: [July 18, 2004, 11:26pm UTC](https://forum.kirupa.com/t/send-to-back/57997/2 "2004-07-18T23:26:40Z")

</div>

Make sure it is on a new layer drawn after the menu was drawn

---

<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: [July 19, 2004, 12:03am UTC](https://forum.kirupa.com/t/send-to-back/57997/3 "2004-07-19T00:03:49Z")

</div>

nope, I have it on a seperate layer, [HERE](http://tuckersworld.bizhat.com/flash/test.fla) is the .fla if anyone wants to try to figure it out.:hr:

---

<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: [July 19, 2004, 12:20am UTC](https://forum.kirupa.com/t/send-to-back/57997/4 "2004-07-19T00:20:27Z")

</div>

I tried to do something there quickly but I’m busy so I havn’t the time to do it properly, but I checked it there and it works. I suppose it’s and awkward way to do it but load the circle externally. Put your menu in one swf file then the circle in another. Create a new symbol (movie clip) in one of the swf’s then tell it to load the other swf into that… do you know what I mean?

---

<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: [July 19, 2004, 1:51am UTC](https://forum.kirupa.com/t/send-to-back/57997/5 "2004-07-19T01:51:10Z")

</div>

is your menu set at full opacity?

---

<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: [July 19, 2004, 2:03am UTC](https://forum.kirupa.com/t/send-to-back/57997/6 "2004-07-19T02:03:53Z")

</div>

Fixed… this deals with depths in the Actionscript stuff. Just do swapDepths(depth) and put a high number if you want it below. It is attached.

---

<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: [July 19, 2004, 6:09am UTC](https://forum.kirupa.com/t/send-to-back/57997/7 "2004-07-19T06:09:10Z")

</div>

thx alot, it works, I’m a newbie at this :sigh:
