capo
09-10-2001, 10:49 PM
i'm having trouble targeting a scence in a .SWF loaded on a lower level.
there is the main.swf ( level0 ).
on level1 is navigation.swf.
it contains two scenes ( preload and navigation ).
on level2 is info.swf.
it contains a button that on(release) should go to a frame labeled "show" in the navigation scene of the navigation.swf on level1.
it tried this code:
on (release) {
_root.level1.navigation.gotoAndPlay("show");
}
there is the main.swf ( level0 ).
on level1 is navigation.swf.
it contains two scenes ( preload and navigation ).
on level2 is info.swf.
it contains a button that on(release) should go to a frame labeled "show" in the navigation scene of the navigation.swf on level1.
it tried this code:
on (release) {
_root.level1.navigation.gotoAndPlay("show");
}