Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Click prim to load webpage

Dallas Prudhomme
Registered User
Join date: 24 Oct 2005
Posts: 30
12-06-2006 15:00
Hi, guys. I am trying to figure out how to make a prim clickable to load a web URL (in an outside browser app). Any help would be appreciated!

(I swear I searched for forums topics about this, but couldn't find anything, and I find the number of categories, etc very overwhelming.)

Thanks in advance!
Lightwave Valkyrie
Registered User
Join date: 30 Jan 2004
Posts: 666
12-06-2006 17:41
the wiki usually has examples:
http://rpgstats.com/wiki/index.php?title=LlLoadURL

CODE
default
{
touch_start(integer total_number)
{
llLoadURL(llDetectedKey(0), "Flame on!", "http://forums.secondlife.com");
}
}

-LW
Dallas Prudhomme
Registered User
Join date: 24 Oct 2005
Posts: 30
Thanks for the help!
12-06-2006 18:26
I appreciate the help, Lightwave. I looked in the Wiki and in the Forums, but I must nto have the right kind of brain to process everything I see. So I appreciate your help and patience.

Cheers and "Flame On!"