|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
controlling the timeline with a combobox
Can somebody help please?
I've spent hour's doing research and testing code that doesn't work. All I want to do is: Setup a combobox with all 50 states in it, that will jump to a specified frame label (in the same movie)and stop. I'm about to give up. Help? |
|
#2
|
||||
|
||||
|
I would use the onChange handler on the combo box. You can add an event listener like this:
Code:
myComboBox.addEventListener("change", myChangeFunction);
then you would write the function myChangeFunction that would control the timeline based on the value currently selected in the combo box. Make sense? |
|
#3
|
|||
|
|||
|
not really, honestly, I'm clueless
|
|
#4
|
|||
|
|||
|
Thanks blatant , After many hours, I've got it!
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > controlling the timeline with a combobox |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|