//code inside a Button
onRelease(){
getURL("mailto:helmut@humanletterstudios.com")
}
//Code On Timeline
myButton.onRelease = function(){
getURL("mailto:helmut@humanletterstudios.com")
};
Learning through interaction
//code inside a Button
onRelease(){
getURL("mailto:helmut@humanletterstudios.com")
}
//Code On Timeline
myButton.onRelease = function(){
getURL("mailto:helmut@humanletterstudios.com")
};