# Nearly there but

**URL:** https://forum.kirupa.com/t/nearly-there-but/6198
**Category:** Uncategorized
**Created:** [October 1, 2002, 7:01pm UTC](https://forum.kirupa.com/t/nearly-there-but/6198 "2002-10-01T19:01:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jimw00d](https://avatars.discourse-cdn.com/v4/letter/j/46a35a/32.png) [@jimw00d](https://forum.kirupa.com/u/jimw00d)
#### Post date: [October 1, 2002, 7:01pm UTC](https://forum.kirupa.com/t/nearly-there-but/6198/1 "2002-10-01T19:01:16Z")

</div>

I’ve got this far, albeit with loads of help from kirupa, but I’ve found another brick wall

In the attached file I have four boxes that have an animated effect on rollover

I want to provide an alternative means of activating the animations, basically using a seperate button, as in the introduction button in the attached file.

I can’t get around the problem, I’ve tried \_root, \_parent, frame labels etc

Any help out there?

---

<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: [October 1, 2002, 8:24pm UTC](https://forum.kirupa.com/t/nearly-there-but/6198/2 "2002-10-01T20:24:59Z")

</div>

From what could gather - you have put an mc inside the button up state so it tween to transparent and an mc in the over when you mouse off, and become opaque when the mouse is over.

Yout button needs to target

\_root.window3. - then you hit the button - which is stopping you from getting to the mc inbuttover - this is what will tween the window back in, and you['ll also need to re-issue the this.swapDepths(100) with the button (it doesn’t have to be as high as 100 - you can use a lower no. I just used that when I was testing.

Try and set the button at the bottom of the stack like

window3 —\> then the up and over tweens in one mc at different frames —\> then the button.

Then from the button you can use \_parent.gotoAndPlay(“buttonover”) or something.
