# Overlapping MovieClips

**URL:** https://forum.kirupa.com/t/overlapping-movieclips/311268
**Category:** flash
**Created:** [July 1, 2010, 4:54pm UTC](https://forum.kirupa.com/t/overlapping-movieclips/311268 "2010-07-01T16:54:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![h3d0](https://avatars.discourse-cdn.com/v4/letter/h/5f8ce5/32.png) [@h3d0](https://forum.kirupa.com/u/h3d0)
#### Post date: [July 1, 2010, 4:54pm UTC](https://forum.kirupa.com/t/overlapping-movieclips/311268/1 "2010-07-01T16:54:41Z")

</div>

Just imagine: we have two MovieClips **A** and **b**. **A** - is a parent, **b** - is a child (inside **A** ).

First you see only **A**. When you hover your mouse over **A** (MOUSE\_OVER), **b** appears. It works like a pop-up mechanism - you hover over **A** (some invisible area), **b** appears, you take mouse out of **A** (MOUSE\_OUT) - **b** disappears.

**Problem** : when I hover mouse over **A** and reach **b** , **A** thinks that I’ve leaved the region and plays MOUSE\_OVER animation.

I’ve tried to use: buttonMode, enableMouse and mouseChildren - but It wouldn’t work.

Any ideas? :stormtrooper:
