Groups | Blog | Home
all groups > flash (macromedia) > july 2004 >

flash (macromedia) : PLEASE HELP! BASIC AS2?


gypsygir94
7/5/2004 11:31:37 PM
Hi- Sombody PLEASE HELP ME! I have been going in circles all day.

I am very new to flash, but do know some stuff, but I can't for the life of me
figure out how to do this ONE THING!

I want the user to be able to select a state from a combo box and have that
bring up data I have somewhere else.

Right now I am using Screens (not scenes). If there is an easy way to do it
even if it does not include screens, I'll take it.

Here is what i am working with: Click dance classes, and that's where i am.

If someone has time for IM greatly appreciated.

http://www.flamencogoodies.com

Mr E
7/6/2004 3:05:25 AM
you need code on the combo box something like this i think:
on(close){
if(myComboBox.selectedItem == state1){
gotoAndPlay(anAppropriatePlace);
}else if(myComboBox.selectedItem == state2){
gotoAndPlay(anotherAppropriatePlace);
}
}

i also think that its possible you could do what you are trying to do easier
with buttons. unless your market is so big and rapidly expanding that this is
the best way.
anyway, hope that helps
jon
http://jon.net.au
AddThis Social Bookmark Button