| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
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? |
|
|
|
|
|
#2 |
|
done
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
|
first, don't name anything return in as, return is a keyword.
second use change handlers to find out what is selected. ActionScript Code:
this is all on the fly here, so i may have mangled parts of this.
__________________
tg --- what the hell was i thinking? |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|