Lhorentso Nurmi
Registered User
Join date: 24 Nov 2006
Posts: 246
|
01-30-2007 05:44
I can't find what I suspect is a very straight forward script to make objects into hyperlinks to external website pages. I've looked in these forums and slexchange... but no luck finding anything.
Any ideas?
|
bilbo99 Emu
Garrett's No.1 fan
Join date: 27 Oct 2006
Posts: 3,468
|
01-30-2007 05:56
Hi Lhorentso .. not so near neighbour now  Don't folk put a notecard in object contents containing the url?
|
Broccoli Curry
I am my alt's alt's alt.
Join date: 13 Jun 2006
Posts: 1,660
|
01-30-2007 06:14
It's not a difficult script  default { touch_start(integer total_number) { llLoadURL(llDetectedKey(0), "Stratics Second Life website", "http://sl.stratics.com"); } }
Simply replace the text and URL as required, and then you can "touch" the screen to open the URL of choice in your default browser. Broccoli
_____________________
~ This space has been abandoned as I can no longer afford it.
|
Lhorentso Nurmi
Registered User
Join date: 24 Nov 2006
Posts: 246
|
01-30-2007 07:42
Thanks Broccoli! From: bilbo99 Emu Hi Lhorentso .. not so near neighbour now  Don't folk put a notecard in object contents containing the url? I'm doing that now. The ideal would be to have clickable hyperlinks within the notecard but as it goes people need to copy and paste a URL. That's a bit laborious. Gotta pop by one of these days and check out what's happened to my ex-first land.
|