Help Needed Linking

:smirk: Hi this is Casper

I have created a flash menu… am unble to link the buttons in the menu to an url say www.yahoo.com its giving error can anybody help me how to link this ??? i have even trie by creating a text and giving it that link but no use plz help

Will be very thankfull …:smirk:

Casper

It would be helpful if you post this mysterious “error”.

All you need to do it put something along these lines on the button:

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

what code are you using now?

getURL should work but remember to set the whole path:

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

edit defective beat me to it! :stuck_out_tongue:

Thanks lunatic it worked :slight_smile:

i dint use anycode i gave the link directly in the propeties menu

but now it worked thanks aloot :smiley:

I win! [COLOR=“DimGray”]but luna gets the credit[/COLOR]:frowning: