Hi, I’m having a bit of a problem applying a funtion to my rollover/roll out effets button and would be very grateful if any one could help me!
http://www.kirupa.com/developer/mx2004/button_effect.htm
I can get my anmation working perfectly but instead of the button going to a website on press:
this.onRelease = function(){
getURL(“http://www.kirupa.com”,"_blank");
}
I would like to go to another frame in my movie instead i cant seem to get it to work. Can any body help? :huh: