Hi, I can't find any examples with the flash 9 combobox, only flash 8. For flash 9, all I need it to do is go to another frame when on change but I'm not calling the function right. I defined the only item in the properties panel, item: stuff1, value: three. I want it to go frame three.
Code:combobox1.onChange = function() {
gotoAndStop(value);
}
