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