[COLOR=black]I have a movie clip & inside that movie clip, some Images are moving around the stage. I want these images to act like buttons, so that when we click on them we can go to URL link. First I stopped my movie clip on mouse rollover, which is working fine & for buttons I converted these images to movie clip ( yahoo_mc) & gave action Script[/COLOR]
[COLOR=black]on (release){[/COLOR]
[COLOR=black]getURL("http://www.yahoo.com ", “_parent”);[/COLOR]
[COLOR=black]}[/COLOR]
[SIZE=3][FONT=Calibri]But these links are not working, why? Pl. helps me.[/FONT][/SIZE]