Proxicide
06-07-2005, 08:52 AM
Hello.
I want to set up a list box (or combo box), that will automatically trigger an action once the user clicks on an item within that box. I don't want the user to have to click to select an item, then have to click another button to trigger the action, but rather, have the action triggered right at the moment when the user selects the item.
I tried making the component a movie clip, and placing an "on (release) {}" event handler for the clip, but that just hides the functionality of the component, and the user wouldn't be able to select anything.
Thanks.
BTW, I'm using Flash MX (not MX 2004). If that really matters.
I want to set up a list box (or combo box), that will automatically trigger an action once the user clicks on an item within that box. I don't want the user to have to click to select an item, then have to click another button to trigger the action, but rather, have the action triggered right at the moment when the user selects the item.
I tried making the component a movie clip, and placing an "on (release) {}" event handler for the clip, but that just hides the functionality of the component, and the user wouldn't be able to select anything.
Thanks.
BTW, I'm using Flash MX (not MX 2004). If that really matters.