I have 4 navigation buttons in my site. When each one is clicked, I want the relevant movieclip for them to tween onto the stage. That seems to be the easy part.
However, when a different button is clicked, it simply calls its’ movieclip on top of the previous one.
Ideally I would like the previous movieclip/graphic etc to tween itself back off the stage, before the new clip comes into play, or something to that effect.
Can somebody please point me in the right direction as to how I should be tackling this?