Complex Button RollOver/RollOut Effects
by warhero : 24 April 2005
This tutorial with this script
this.onRelease = function(){
getURL(“http://www.kirupa.com”,"_blank");
}
At the bottom, I would like to change it to a _root, gotoAndStop command
this.onRelease = function() {
gotoAndStop("_root", 25);
};
\0
tried this but it didn’t work
What is the correct script for it?
Thanks very much, I need the script urgently.