Well I think I'm making it more dificult then it is, but here it is:
I got an mc, wich hold a button. When this button is clicked, the mc will play...but I also want it to play 3 other mc's wich are not in that mc, but in the root...this is the command line now;
on (release) {
tellTarget ("redundancymc") {
gotoAndPlay("redundancymc");
}
tellTarget ("webmc") {
gotoAndPlay("webmc");
}
tellTarget ("thinmc") {
gotoAndPlay("thinmc");
}
gotoAndPlay("6");
}
It playes the frame named 6, but it does not do the other commands....should i put _root. in front of it? and if soo...where should i do this?
someone help?
