all groups > flash actionscript > october 2006 >
You're in the

flash actionscript

group:

I need help!


I need help! mbm99
10/24/2006 7:05:08 PM
flash actionscript:
OK, I've created some animated buttons but I can get them to link now. I tried
creating a invisible button over the top of each animation but it's not
working. Please see my .fla file - http://www.matt-morgan.net/forum/
The file is navContact.fla Please take a look at the home button mc were I
have tried to apply the invisible button.. I'm extremely new at this. Any
advice is extremely appreciated. Thanks in advance!
Re: I need help! jmcclintick
10/24/2006 9:37:55 PM
you dont' have to create an invisible button you just need to add this code to each button.

onClipEvent (load) {
getURL("http://www.google.com", "_blank");
Re: I need help! mbm99
10/24/2006 10:23:55 PM
I dont know what I was thinking... I guess I didn't think you could do that to
a movie clip. Thought it was only possible with a button. Thanks!~!


on (release) {getURL("http://www.google.com");

}
AddThis Social Bookmark Button