Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

drop down window

Status
Not open for further replies.

t5pete

Technical User
Mar 20, 2001
52
US
Hello fellow flash users
I'm trying to make a drop-down box with text on it appear when I mouse-roll-over a button. I'm not sure how to make this happen. Thank you for your help
t5pete
 
Well, you could use
on (rollOver)
{
goToAndPlay("framelabel");
}
and make a drop down box manually in a new frame.
I'm sure there is a better way but....
//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top