I’m using the scrollpane component in my flash file. Everything is working fine except I have a button on my stage that has the following code on it:
on (release) {
europeAddress_mc.gotoAndPlay(“germany”);
}
europeAddress_mc is the movie clip that is being called by the scrollpane component. When I click on the button the movie clip in the scrollpane won’t go to the “germany” frame. Anyone know how to fix this? Thanks!