Mc.stop(); doesn't run?

how can i fix it.

need more info. Where are you putting the code? Where is mc located? We aren’t psychic.

ok. i’m a new for flash so sorry. and my little english knowledge.
firstmc contains: a button and here is a code.
firstmc plays secondmc.

on (Release) {
secondmc.stop();
}

i pressume your second mc is on same level with your 1st mc… try…

on (Release) {
_parent.secondmc.stop();
}

hope that helps…

ok. thanx, noxious
U guys help me a l lot. and i learn a lot.