views:

51

answers:

0

I have 3 buttons and a dropdown menu that need to relate to one another. this means the drop down consists of countries and the buttons represent: population, capital and GDP. So if the dropdown is on china and the GDP button is pressed it will display the keyframe with China's GDP info. Then if the dropdown was reselected as England the English GDP would be shown. It is possibly an IF statement but Im not sure. Could anyone give me some mock up code (AS2) that I can adapt to my file. Thanks everyone.