I googled several forum and tried different scripts, nothing seemsto work.
Here is my issue
I am trying to place a button for a movie clip(Name of the movie clip is "b1". I created a button (Hit mode) and I placed it on a separate top layer of the movie clip. I have three movie clips and I need to place three button and when I click the movie clip it has to take me to the URL "index1.html" , "index2.htm"l and "index3.html" I used this script for the Button and not for the frame where I placed the button in movie clip
on (release) {
getURL("index1.html");
}
Nothing works, I don't get any error as output as well, but when I click movie clip nothing works.
Hope I am clear enough.
Please help its very important, I am stuck with the site which I need to complete before this weekend.
Thanks
Here is my issue
I am trying to place a button for a movie clip(Name of the movie clip is "b1". I created a button (Hit mode) and I placed it on a separate top layer of the movie clip. I have three movie clips and I need to place three button and when I click the movie clip it has to take me to the URL "index1.html" , "index2.htm"l and "index3.html" I used this script for the Button and not for the frame where I placed the button in movie clip
on (release) {
getURL("index1.html");
}
Nothing works, I don't get any error as output as well, but when I click movie clip nothing works.
Hope I am clear enough.
Please help its very important, I am stuck with the site which I need to complete before this weekend.
Thanks