Hello everyone, I made a movie and put in scroll panes. In the scroll pane I have put in my graphic with buttons. But I can’t seem to get the buttons to link to my main movie. I tried to link it in like this:
on (release) {
gotoAndStop(“Scene 1”, “DOP”);
}
So this is my button from my graphic which is in the scroll pane. Does anyone know how I can make this work?
Thanks,
Marc:hair:
try this:
on (release) {
_root.gotoAndPlay("DOP");
}
=)
My god it works!! Thank you!! I was going out of my mind. Thanks again KAX!
Marc:hair:
no problem.