# Stopping Movieclip when clicking on Combobox

**URL:** https://forum.kirupa.com/t/stopping-movieclip-when-clicking-on-combobox/287450
**Category:** flash
**Created:** [May 1, 2009, 8:51am UTC](https://forum.kirupa.com/t/stopping-movieclip-when-clicking-on-combobox/287450 "2009-05-01T08:51:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hagop](https://avatars.discourse-cdn.com/v4/letter/h/97f17d/32.png) [@hagop](https://forum.kirupa.com/u/hagop)
#### Post date: [May 1, 2009, 8:51am UTC](https://forum.kirupa.com/t/stopping-movieclip-when-clicking-on-combobox/287450/1 "2009-05-01T08:51:53Z")

</div>

Hi there  
I need some help on an issue that has puzzled me for some time. I am usinga Flash CS4 file using Actionscript 2.0  
I have a movieclip and a button and a combobox next to it.

When I click on the button \*\*btn \*\*I use sucessfully the code below to stop the movieclip  
btn.onPress() = function {  
\_root.movieclip.stop();  
}

The question is  
How do I stop the movieclip when clicking on the combobox?

I tried on(dropdown) or on(open) but no help!!!

Thanks  
Hagop
