links in menu
- Started
- Last post
- 6 Responses
- Buckyball2
So I have this menu:
http://www.adrenalineshot.com/te…
Want to add links (within my Flash pres) to each of the drop down buttons. What is the most efficient way to do this? Haven't decided if the links will be in another Scene, an external movie, etc. Any advice on that would be appreciated as well.
And it seems to be a bit buggy on the drop down. Sometimes it sticks on the open. Any reason for that. I looked at the code and checked my rollout, hit area.
Thanks,
bB
- Buckyball20
hellwo?
- Buckyball20
okay, got this far. Put the following action on my portfolio button:
on (release) {
tellTarget ("portmc") {
gotoAndPlay("portstart");
}
}It calls "portmc" but it's on the timeline of dropdown menu movie clip.
I want to put the portmc on the main timeline. What do I need to add to the above script to do so?
Or am i just completely F#$KING this up?
thanks
bB
- echolock0
tellTarget? What are you using, Flash 4?
tellTargets have been deprecated since Flash 5 in favour of MC_instance.gotoAndPlay ();
- Buckyball20
thanks. that's why I asked if I was screwing up.
So what would be the full code applied to that button?
And does the movieclip need to be on the main timeline or on this down menu mc timeline?
thanks,
bB
- mg330
Flash?
- Buckyball20
yes.