Hey everyone. I’ve got another problem. I’ve got a problem with a scrollpane. I’ve got a situation along the lines of a photo gallery inside a scrollpane, and I can’t get the buttons in there to work properly. Right now I have something like
on(press){
_root.scrollPaneName.movieClipName.nextFrame();
}
But this is not working. Can anyone let me know how to target the movie clips and use the buttons correctly? I saw this page:
And it kinda makes sense, but it slightly did not apply to mine. Any update to my situation? I could really use some help with this. I’ve attached a file that basically represents my situation. I’ve named things that I hope will make it easier to find stuff.
EDIT: Also, if someone could help me center the content of the scrollPane I’d appreciate it. I tried what I normally would do, but it’s not working either.
PLEASE HELP!