I have text animating across and I want the last sentence that comes it to be a button that will then be hyperlinked into the next page.
I've converted it into a button and entered my ActionScript but when I test it I get the hand icon but when clicking nothing happens.
I've also tried on(release) but it didn't make a difference
I've also attempted to put an alpha level 0% box in but I'm still having the same error of nothing happening when attempting to click the hyperlink
I've converted it into a button and entered my ActionScript but when I test it I get the hand icon but when clicking nothing happens.
Code:
on(press){
getURL("url here", "_self");
}
I've also attempted to put an alpha level 0% box in but I'm still having the same error of nothing happening when attempting to click the hyperlink
Comment