Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

possible....?

Tere Karuna
Registered User
Join date: 4 Jul 2004
Posts: 159
03-16-2005 16:52
Im not asking how to do it, but more if certain things are possible. That way when hire a scripter wont make him/her bang head against wall...

1.) Ok I know 2 objects attached to a AV can communicate. Im going to assume objects attached to different AVs can communicate.. If this assumption is correct; is there a max distance for said communication?

2.a) Can a scripted object be set to where theres a delay when its either attached or "turned on" before the main portion of script will run?

2.b) If 2.a is yes... is it possible to make a delay before said object can be removed or "turned off" after a portion of script has run?

3.) Can a prim be used as a screen which will dispaly real time alpha/numerical data produced by a script?

4.) Can anyone remember that other 10 questions I planed to ask before set down to type and forgot them...
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Some (questionable) answers
03-16-2005 17:48
I'm not a scripting GOD, but I know this:

1. - Chat or Email, wiki it.
2a/b usinglllSetTimer, and the timer event. Wiki it.
3 xyText. Wiki it.
4: NO. :(

YES, I LOVE THE WIKI :D
_____________________
The PWNED SHOP!


List of Cool Things I've done first... I think
  1. Put on sale a key mod that makes SL more like an FPS
  2. Made my own custom attachment points - looking for a good use
  3. Found "secret" login screen.
  4. Created a way to call Java methods from LSL --> Thread
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
03-16-2005 17:53
From: Tere Karuna
3.) Can a prim be used as a screen which will dispaly real time alpha/numerical data produced by a script?

Yes. As of 1.6, you can display text on a prim with QuickTime. See the 1.6 Feature Feedback forum for more information on that.
_____________________
---
Reitsuki Kojima
Witchhunter
Join date: 27 Jan 2004
Posts: 5,328
03-16-2005 18:03
From: Jeffrey Gomez
Yes. As of 1.6, you can display text on a prim with QuickTime. See the 1.6 Feature Feedback forum for more information on that.


Or, if ALL you need to display is alphanumerical data, I would suggest setting up a XyText panel.
_____________________
I am myself indifferent honest; but yet I could accuse me of such things that it were better my mother had not borne me: I am very proud, revengeful, ambitious, with more offenses at my beck than I have thoughts to put them in, imagination to give them shape, or time to act them in. What should such fellows as I do crawling between earth and heaven? We are arrant knaves, all; believe none of us.
Tere Karuna
Registered User
Join date: 4 Jul 2004
Posts: 159
03-16-2005 18:07
Yes just text data.. guess best way to say it without going in to detail my plans...
If had a script that I could say "4+4" and the script could display the results instantly on a prim "screen".
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
03-16-2005 18:10
XyCalc

And, Reitsuki, it all depends on the use. Here, XyText is a better option. Though, as of 1.6, I see it as more or less obsolete. Which, quite frankly, isn't a bad thing. :)

Of course, that's based on the way I would use it.
_____________________
---
Lance LeFay
is a Thug
Join date: 1 May 2003
Posts: 1,488
03-16-2005 19:13
Jeffrey, keep in mind with the quicktime option, it would have to be generated out of SL...

Which *could* be done with RPC, but It's a little bit of a hassle, aye?
_____________________
"Hoochie Hair is high on my list" - Andrew Linden
"Adorable is 'they pay me to say you are cute'" -Barnesworth Anubis
Tere Karuna
Registered User
Join date: 4 Jul 2004
Posts: 159
03-16-2005 19:17
Thats what I was thinking about using quicktime. Basically part my plan includes a HUDs for information generated as data from the script ingame. I read what wiki said about the text thingy and sounds may be too limited for what I envisioned :/
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
03-16-2005 21:35
From: Lance LeFay
Jeffrey, keep in mind with the quicktime option, it would have to be generated out of SL...

Which *could* be done with RPC, but It's a little bit of a hassle, aye?

Depends, really. For simple stuff, as described - yeah. If you're giving, say, a lecture on LSL scripting, though - putting text up on the big board would be helpful even if it's uploaded manually.

Again, really depends on the use. ;)
_____________________
---
Catherine Omega
Geometry Ninja
Join date: 10 Jan 2003
Posts: 2,053
03-16-2005 23:09
From: Tere Karuna
Thats what I was thinking about using quicktime. Basically part my plan includes a HUDs for information generated as data from the script ingame. I read what wiki said about the text thingy and sounds may be too limited for what I envisioned :/


You might also try using llSetText. It won't draw text ON a prim, but rather, floating above it.
_____________________
Need scripting help? Visit the LSL Wiki!
Omega Point - Catherine Omega's Blog
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
03-16-2005 23:53
If you're really using it as a calculator you could do it with a set of digits only, a là xytex but displaying the digits on one or more face of the object.

As for quicktime outside, PowerPoint and Keynote both export QT movies, so producing the text is not that time consuming, if you know that the answers are in advance.