Has anyone any idea how to actionscript a naviagtion like so:
the bottom bit?
make a movieclip, in this movieclip you have two frames with a stop() action on both… on the first frame make a button.
on the up state, place your image.
in the over state, make that image a movieclip and in that movieclip have your text come in however you want.
have an on (press) event which makes all your “buttons” (use the AS _parent.button1mc to address them, assuming, obviously, your first button has an instance name of button1mc)gotoAndStop(2).
on the second frame, have a movieclip which grows into the button and on the last frame becomes a button (add a stop() action here.)
then you CAN utilise easing techniques found on the kirupa tut follow2mouse(at least thats what the fla is called ;)) to move the other buttons _x and width properties respectively… play with the speeds to achieve your effect…
OR which for some reason i suspect they have done simply add in extra animations and simple gotoAndPlay() actions…
the latter would be easier but potentially more time consuming and would weigh down the file size more than the AS way… its up2u
Prophet.
PS if some bits dont work then apologies - ive written this off the top of my head, im not following it through in FMX…