I am trying to place a URL to this animation that i created. the text morphs into some other kind of text. my problem is that i want to be able to click on it and send me to another webpage assuming that this “link” is on the main webpage. can anyone help? i’ve attached the file so that u can see it. thanks for the help…and it’s safe to download, no viruses! :cowboy:
To be able to make it a link, it has to be a button symbol so on the next frame after it finishes morphing, create a button symbol out of the text and apply this action to it:
on (release){
getURL("http://www.yourpage.com","_self");
}
Just replace the aboved URL with your URL and if you want it to open up in a new browser window then change _self to _blank.