Archive for SLMC Second LifeŽ Music Community Forum
|

Soundcircel Flanagan
|
Linking to an external websiteI sometimes see objects that links to a external website,
you click them and your browser opens and shows the website.
i guess it is some kind of script that handles this
but i don't know anything about scripts
|
Sable
|
What you're looking for is the code I've posted below. Simply create a new script in an object, open it, and replace all of the text in the script with what I've posted here. Replace the text between the quotes with what you want the pop-up box to say to the user, and paste the web address in place of the one given. Done
If you have any further issues with this IM me IW and I'll drop a full-perm example object on you
| Code: | default
{
touch_start(integer total_number)
{
llLoadURL(llDetectedKey(0), "Flame on!", "http://forums.secondlife.com");
}
} |
|
Soundcircel Flanagan
|
cool
thanks a lot
going to try it right away.
|
Thaumata Strangelove
|
hehI had to laugh at the example title and link there, hahaha
|
|