Does anyone have a very easy to modify drop down menu. It would just be the kind that when you rollover the static box "Menu", a series of buttons drop down from it, and these buttons are editable and clickable.
Went through 3 or 4 tutorials already tonight, plus searches and searches on Google(which is actually where I found this thread) This had exactly what I was looking for. Thanks, once again, Old!!
I used the drop down menu for the website i'm doing for a friend but the problem i'm having is having the buttons link to a frame label in another scene but for some reason it is not working. I'm a new in flash. Apparently html websites aren't kool anymore.
Actionscript on button:
on (release) {
gotoAndStop("Home", "networking");
}
You can't target scene names from movie clips, and would target labeled frames instead. You also have to add _root to your path for targeting the main timeline.
Thus assuming your frame label in the above is "networking", your script should be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.