Forum Moderators: not2easy
i havent used v5 for ages. but ill have a go.
stick the complete toolbar in its own movieclip, and set up 1 iteration of the circular loop in that clips timeline, making sure it starts and ends in the same place (or maybe ends a tiny bit before the start position to get a smooth transition)
then drag that movieclip onto the main timeline, and sort out the 'flying in' animation from there.
if you want it to fly in and THEN start the circular motion youll have to use a little script; e.g. put nothing in the first frame of the movieclip except a stop(); action, and then on the main timeline at the point the fly in animation ends put an action along the lines of _root.myMC.gotoAndPlay(2);. Youll also have to put a gotoAndPLay(2); at the end of the movieclip timeline.
HTMS (hope this makes sense :))
p.s. the syntax for the script maybe different in 5, but you get the idea.
cheers
bEn