# Dynamic panel

**URL:** https://forum.kirupa.com/t/dynamic-panel/60980
**Category:** Uncategorized
**Created:** [August 14, 2004, 2:33pm UTC](https://forum.kirupa.com/t/dynamic-panel/60980 "2004-08-14T14:33:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![spiro9210](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@spiro9210](https://forum.kirupa.com/u/spiro9210)
#### Post date: [August 14, 2004, 2:33pm UTC](https://forum.kirupa.com/t/dynamic-panel/60980/1 "2004-08-14T14:33:39Z")

</div>

I trying to create a dynamic panel such that when there is a mouse rollover the panel comes down and likewise when there is a rollout. I can archive this dynamic panel. The only problem is that the buttons embedded into this panel donot function. I was hoping there is someone who can solve this problem. If there is tuturial, I will be glad to learn. Here is the code I used on the main movie that holds the animated timeline of the panel. The code works well on the panel (bottombar)

```auto
 on (rollOver) {
tellTarget ("_root.bottombar") {
play();
}
}
on (rollOout) {
tellTarget ("_root.bottombar") {
play();
}
}

```

The panel is a movie symbol. The buttons are embedded in this movie, but the buttons donot work. Thanks
