Creating a Web Link


//code inside a Button
onRelease(){
getURL("http://www.humanletterstudios.com","_blank")
}

//Code On Timeline
myButton.onRelease = function(){
getURL("http://www.humanletterstudios.com","_blank");
};

← Back to home