PDA

View Full Version : drop down menu


duan
09-07-2002, 04:04 PM
:confused: dear sir,
> i want to know how to create a action script when we make selection from
drop down menu and the result of the selection will be appear at a box (dynamic
text).Thank you..

Billy T
09-07-2002, 04:16 PM
button.onRelease=function(){
myText="selection 1";
}

where myText is the variable name of the text box

cheers

barret
10-03-2002, 08:21 PM
couldn't u just do that with animation? where when you have a button roll over, it goes to another frame that shows the buttons, and then when the cursor is off of the button, it stops displaying the buttons?