several ways, but the easiest is to simply create a button state only in the HIT field (which will make it invisible) at the exact size of the stage. Embed the button in a movie clip or have it run the entire length of the timeline. then you can add the script
on (press, release) {
getURL ("something.htm", _blank);
}
If you have other buttons for navigation, make sure that this button is at the lowest level so it doesn't interfere with the rest of the navs....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.