//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")
};
Posted in Flash Bits.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.