Thanks for the hint Cheech but i am more looking at that sort of thing (the example bellow has got a copyright on it)
http://www.apycom.com/navigation-bar-tabs/ex3.html
i am looking to do a tab menu for my website, any idea where i can find a free one somewhere? The sort of horizontal menu that when u click a button it ovelaps and fades outall the other buttons.
if you have any clue for me that would be appreciated.
thanks
hi guys i am looking for a tab menu (often made in java).
Kind of horizontal menu you click a button and it ovelaps the others and also fades them out.
Any idea where i can get a free one somewhere?
ok mate wherever your MC dealing with the animation your triggering with the button, create another MC on the same level. This Mc contains no object but only three keyframes.
the first one is a stop, the second one is a tell target (animation) go to previous frame statement, the third one is a...
hi mate try this, and yes you're correct using instance name..
on (release) {
tellTarget ("../IArchitecture") {
gotoAndStop ("single");
}
}
your second code should work
maybe
_level0.IArchitecture.gotoAndStop("single");
ok mate you have to trick it
now i think you must have a movie clip playing with an animation with a text box appearing at the end of it. am i wrong?
if it is the case then put this text box in a movie clip on its own nested in animation's MC and add the same code as above on this new MC.
which...
onClipEvent (enterFrame) {
Selection.setFocus("_level0.name");
_level0.name = "";
}
(flash mx)
this should work mate as long as this text box is directly on your stage if it is in a movie clip it becomes
_level0.youmovieclipinstancename.name
ok guys as we all know flash is sometimes a bit strange..but we love it..
my problem is : i have a movie clip on the stage (frame1)
now inside this movie clip and at the last frame of it i want to say to the stage to go to frame 2 and stop.
for that i used :
tellTarget ("../") {...
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.