Hi Everyone
I’ve a bit of an actionscript newbie, so please bear with me. I’m using Flash CS3 but the syntax might be AS 1/2…
I’ve been trying to make a simple menu using the tween class.
What I want to achieve is:
When clicking on one of the buttons, all the other buttons should remain on the top while the clicked button moves down.
When the button is at the lowest position, an external movieclip will be loaded showing content.
When a new button is clicked, the opened button should close, the content will be removed and the newly clicked one should open.
This sounds simple enough but I’ve been having a lot of trouble getting it to work.
I looked at some examples here in kirupa but they seemed a bit too complex in terms of AS (mainly senocular’s 3 menu example).
I’ve attached two sample files with what I have at the moment, any help or pointers would be greatly appreciated.
Thanks
C