leandrosalem
09-25-2002, 05:09 AM
I'm using a variable called "return" to show the value clicked on the ComboBox.
The script is the following:
onClipEvent (enterFrame) {
_root.return.getSelectedItem();
}
But it don't work. How can i show the value of the clicked item in a text variable?
The script is the following:
onClipEvent (enterFrame) {
_root.return.getSelectedItem();
}
But it don't work. How can i show the value of the clicked item in a text variable?