//code inside a Button
onRelease(){
getURL("http://www.humanletterstudios.com","_blank")
}
//Code On Timeline
myButton.onRelease = function(){
getURL("http://www.humanletterstudios.com","_blank");
};
Learning through interaction
//code inside a Button
onRelease(){
getURL("http://www.humanletterstudios.com","_blank")
}
//Code On Timeline
myButton.onRelease = function(){
getURL("http://www.humanletterstudios.com","_blank");
};