To change the link url go to Action - Buttons and there are the scripts for button1,2,3,4,5 and 6...click on one of the button and it will appear the script...there must be something like this
on (rollOver) { _root.b1.gotoAndStop(2); } on (releaseOutside, rollOut) { _root.b1.gotoAndPlay(3); } on (release) { getURL("http://buystockflash.com");
and change the "http://buystockflash.com" with your own url
To change the link url go to Action - Buttons and there are the scripts for button1,2,3,4,5 and 6...click on one of the button and it will appear the script...there must be something like this
_root.b1.gotoAndStop(2);
}
on (releaseOutside, rollOut) {
_root.b1.gotoAndPlay(3);
}
on (release) {
getURL("http://buystockflash.com");
and change the "http://buystockflash.com" with your own url