I’m trying to make this script work in which two things should happen onRlease of a movie clip. The “transition” plays but frame 18 doesn’t…even though the path is right. I even tried frame label even that doesn’t work.
I must be doing something wrong, maybe you can detect from this script. The script is on the clip itself.
_root.navbtns_mc.webnav.onRelease = function() {
_root.transMC.gotoAndPlay(“transition”);
_root.navbtns_mc.webnav.gotoAndStop(18);
}