|
-
Stumped on something that seems so simple
OK, so I have two scenes.
Within scene 1 (named view), I have a movie clip called "rooms".
Scene 1 (view)
--> rooms
--> labeled frame called "paintingview"
I also have a second scene called Details. In Details, I have a button, which is supposed to link back to a frame label called "paintingview" which is stored within Scene 1 within a movie clip labeled "rooms".
OK, so simply, I tried coding the button on scene 2(Details), to goto Scene 1(view), movie clip (rooms), frame label (paintingview)
I have tried numerous combinations, none of which seem to work.
The latest code I have seems the closest, but I get a not found error.
My code looks like this:
BUTTON ACTION:
on (release) {
tellTarget("_root.view.rooms"){
gotoAndPlay("paintingview");
}
}
Getting this error:
Target not found: Target="_root.WalkThrough.rooms" Base="_level0"
Can some flash genius help me with this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|