PDA

View Full Version : targeting scenes in different levels


allie
06-13-2002, 08:39 AM
Hello,

Can anyone help me with a stupid question...
I want to know if it's possible to target a scene in a .swf loaded into another level from the base/ _root level.

Let me explain.....

In the root/level0 movie I have loaded the .swf with the different scenes into level 1. Then I have a button in the _root which targets _level1 and it's scene and frame.
The script I have attached to the button in the _root/_level0 movie is the following:

on (release) {
_level1.gotoAndPlay("scenename", "blue");
}

Can anyone tell me what I'm doing wrong? Or if it's possible to target different scenes in .swf movies loaded into other levels.

Much obliged!

farafiro
06-13-2002, 08:56 AM
suppose to be no problem, but this question has been answered too many times here ......try to search

allie
06-13-2002, 09:05 AM
ok, thank you