PDA

View Full Version : trying to make the whole thing link to somewhere


toiletbook1
12-13-2008, 03:05 PM
For days now, I've been getting really frustrated with my flash.

I've been trying to make the whole thing link to somewhere and I can't get it too.

I would really appreciate if if someone could take a look at it for me and even fix it :)

The file is here:
http://new.plandom.co.uk/flash/plandomflash.zip

Thanks in advance for your help,
Matt

atomic
12-13-2008, 03:25 PM
Add this script on frame 3...


this.onMouseDown = function(){
getURL("http://www.google.com/", "_blank");
};

toiletbook1
12-13-2008, 03:30 PM
Thanks atomic,

I feel like a total idiot now :P

It worked fine :)

Thanks once again,
Matt

atomic
12-13-2008, 04:28 PM
Grrrrrrrrrrreat! ;)