onRelease Button and Function Question

Posted February 19th, 2008 in Flash Actionscripting, Independent Study, Web Development

Jump to Comments

Attached is an image of a solution i took to eliminate lots of code, I think
that this may give me the option to do more things inside the callURL if
needed in the future. Using string concatenation saves some coding space.

Also attached is the way the file you sent me came over, somehow mail
tried to decode it, either way i found the function you wrote, tried applying
it, got it to work but i didnt understand the

VT_btn.onRelease = function(){
callURL(”VT”);
}

(most like because i didnt have the full file)

im guessing this means you can control buttons by their name?
without having to individual tie actionscript to each button like I did
(seen in image)

flash_question1.jpg

Leave a Reply