Jump to content

on click anywhere within flash takes visitor to URL


jasonc

Recommended Posts

  • 2 weeks later...

if you're not going to have any other buttons besides the "click anywhere"

create a button with the same size of the flash movie and place the code

 

on(press) {
getURL("http://www.genuine-ptcs.com");
}

 

the button's shape should be alpha 0% so you can see the background

 

if you're going to have more buttons on the stage

then you have to look into mouse events

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.