# Movie clip depths issue

**URL:** https://forum.kirupa.com/t/movie-clip-depths-issue/111243
**Category:** Uncategorized
**Created:** [May 25, 2004, 4:21am UTC](https://forum.kirupa.com/t/movie-clip-depths-issue/111243 "2004-05-25T04:21:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sequence](https://avatars.discourse-cdn.com/v4/letter/s/278dde/32.png) [@sequence](https://forum.kirupa.com/u/sequence)
#### Post date: [May 25, 2004, 4:21am UTC](https://forum.kirupa.com/t/movie-clip-depths-issue/111243/1 "2004-05-25T04:21:37Z")

</div>

Hello everyone,

```
   I have a question regarding the depths of movie clips in flash. The situation is as follows: I have a main swf with manually set movie clips that act as buttons in this case; this main swf acts as a search form that once it is filled a search results window (also a movie clip from library) pops up on top of the main swf and all its buttons-clips. Now here is the thing, the new pop up window movie clip DOES obscure the form on the main swf visually, however when I go over the new window clip, the buttons of the main form that are beneath it are still detected by flash player and are NOT obscured by the new window action wise, although visually they are not seen.
   Could you please tell me what is the reason for that? How can I make the pop up movie clip obscure the contents of _root movie clip and its contents visually AND functionally.

          Thanks ahead.

                    Sequence.
```

---

<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 26, 2004, 12:16am UTC](https://forum.kirupa.com/t/movie-clip-depths-issue/111243/2 "2004-05-26T00:16:47Z")

</div>

> [@MrFlashALot](#):
>
> Id too would like to know a neater solution then the one Ive been using for this problem.  
> What I usually do is create an invisible button in the back of the movieclip I dont want people to be able to push trough.  
> Then I make sure to remove the mouse-over handanimation that always pops up over a button with the following code:
> 
> myButton.useHandCursor = false;

Thanks for the suggestion **MrFlashALot** , I will try it.
