Hi everyone,
I’ve created a site using a main fla called index.fla which opens external swf for each of the pages. I’ve created a scrollbar that works on the external swfs but when i play index.fla the scrollbar doesnt scroll.
i need help with writing a new actionscript for my buttons for my scrollbar, so it works when i play the main fla
the script for the up button is below
on (press) {
tellTarget (“control”) {
gotoAndPlay(2);
}
}
on (release, dragOut) {
tellTarget (“control”) {
gotoAndStop(1);
}
}
any help would be greatly appreciated. I hope I’ve made sense. Thanks