PDA

View Full Version : Scrollpane component button problem


Missmetz
09-01-2005, 05:54 AM
Before I implemeted the scrollpane component, I had a line of text with invisible buttons on top. One button went to MC1, and then frame 39 inside of MC1. Frame 39 calls in another SWF. It worked fine until I implemented the scrollpane. With the scrollpane component, it goes to frame 1 in MC1 and I can't get the link to go anywhere else.

My button (in MC menu_text) code looks like this:

on (press) {
_root.gotoAndPlay("MC1");
_root.MC1.gotoAndStop(39);
}

Is there a magical spell I have to put somewhere to get it working right?

Thanks! Missmetz

lckp
09-02-2005, 12:15 PM
Hi Missmetz,

It's the problem of the instance's path. You may use trace(this); to find out the changes :)