# On MC1 release, make rollout on another MC?

**URL:** https://forum.kirupa.com/t/on-mc1-release-make-rollout-on-another-mc/213936
**Category:** Uncategorized
**Created:** [January 24, 2007, 12:37pm UTC](https://forum.kirupa.com/t/on-mc1-release-make-rollout-on-another-mc/213936 "2007-01-24T12:37:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![felipegm](https://avatars.discourse-cdn.com/v4/letter/f/e9bcb4/32.png) [@felipegm](https://forum.kirupa.com/u/felipegm)
#### Post date: [January 24, 2007, 12:37pm UTC](https://forum.kirupa.com/t/on-mc1-release-make-rollout-on-another-mc/213936/1 "2007-01-24T12:37:55Z")

</div>

I´m using MC as buttons for rollover pourposes.

Each MC has a rollOver, rollOut and onRelease actions for itself.

When I MC is pressed, it stays on the over state.

Is it possible to make it go back to it´s UP state when another MC is pressed?

I was thinking on something like this on MC2 (second MC to be pressed)

on (release){  
\_root.mc1\_mc.rollOut();  
}

But its not working.  
Is there a similar way of doing this?

Thanks a lot
