I’m using the .fla file from: http://www.kirupa.com/developer/mx2004/button_effect.htm
Instead of linking to a URL, how can I link to a frame in the current scene? I know I need to alter this code:
this.onRelease = function(){
getURL(“http://www.kirupa.com”, “_self”);
}