okay i have 2 nav sections. one starts to animate it’s “entrance” and in the middle of it, i want the other to start running.
i can’t figure out the best way to call the 2nd one to run. attachMovie? or what? and how/where do i attach it: root, level1? i’m afraid i don’t get it. please help.
oh and with attachMovie: it just attaches the movie with x=0 and y=0 (the top-left corner). is just following the attach code with
mc._x=200;
mc._y=200;
the best way to position my movieclip? thanks.