Hi
I am using Flash 8. I have created a button with the instance name “painting_1” which is within a scrolling movie clip called “work_scroll”. I want the button when clicked to link to a frame labeled “painting1” which is two levels above it on Scene 1.
So it breaks down like this: Scene 1 / scrollpane_work / work_scroll / painting_1 (the button)
I have gone to work_scroll selected the button “painting_1” and added the following actionscript:
on (release) {
_root.gotoAndStop (“Scene 1”, “painting1”);
}
This does nothing. Please could someone tell me what I’m doing wrong?
Thank you.