I am using Flash 5 but it seems the _root.mc is not supported in the earlirer versions of the Flash player since all my users are downlevel some buttons don't navigate properly is there any other script I can use or anyother cool trick I can use to dig myself out of this hole I really need to fix this
on (release) {
tellTarget ("_root.mc1.mc2.mc3"
{
gotoAndPlay (1);
}
}
on (release) {
tellTarget ("_root.mc1.mc2.mc3"
gotoAndPlay (1);
}
}