# Controlling MC highlite via different Buttons

**URL:** https://forum.kirupa.com/t/controlling-mc-highlite-via-different-buttons/36484
**Category:** Uncategorized
**Created:** [November 27, 2003, 6:11am UTC](https://forum.kirupa.com/t/controlling-mc-highlite-via-different-buttons/36484 "2003-11-27T06:11:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![oooshkin](https://avatars.discourse-cdn.com/v4/letter/o/c67d28/32.png) [@oooshkin](https://forum.kirupa.com/u/oooshkin)
#### Post date: [November 27, 2003, 6:11am UTC](https://forum.kirupa.com/t/controlling-mc-highlite-via-different-buttons/36484/1 "2003-11-27T06:11:09Z")

</div>

Hello all, Pls Help and greatly appreciate your feedbacks

I am trying to make ThumbNail Highlite via button and MC.

Each of the Thumbnails has a same button with instance named “item” 1 to 40.  
Also, I have the highlite MC instance named “highlite” 1 to 40 as well

# I am able to triggar the “highlite” MC with the following:

# onClipEvent (enterFrame) { \_root.main\_nav\_mov.item1.onRelease = function() { \_root.main\_nav\_mov.highlite1.gotoAndPlay(“play\_lite”); }; }

But I can not figure out how to deactiveate it when I click onto the other thubmnail buttons.

So, in general, I can active the highlite, but can not deactivate it

# I have tried the following within the “highlite” mc action but it doesn’t seem to work:

# onClipEvent (enterFrame) { \_root.main\_nav\_mov.item1.onReleaseOutside = function() { \_root.main\_nav\_mov.highlite1.gotoAndStop(“kill\_lite”); }; }

cheers  
many thnx
