PDA

View Full Version : Play MC when another MC is done playing


MC Chrome
11-12-2003, 09:30 PM
Hello all.

I have downloaded a menu that almost meets my demands. I miss one thing though and it's driving up the walls (and up all nights actually).

It's a menu that slides down a submenu. When you press menu A, submenu A slides down and pressing menu B makes submenu A slide up and submenu B slide down and so on. So far so good. The thing is that i would like to alter it so that when say submenu A is open and i press menu B it FIRST closes submenu A and THEN slide down submenu B.

I'll provide the original file. If anyone have a tip I'd be most greatful. I've searched the forum but I haven't found an solution to my problem.

Thanks in advance,
Fredrik K.

black
11-12-2003, 10:33 PM
put this line at last frame of mc1 if you want it detect mc2 when reach the end.


_root.mc2.play();


please be carefule of the path of mc2 if it was nested.

MC Chrome
11-12-2003, 10:47 PM
If it only was that simple. For a simpel timeline move that works. The menu on the other hand it just wont do the trick.:(