
These forums are CLOSED. Please visit the new forums HERE
multi position objects. |
|
Allison Andric
Registered User
Join date: 28 Sep 2005
Posts: 30
|
01-11-2006 22:27
okie so I'm makinf a thing i dont want to descus on this forum for fear of sounding stupid and perverted, lets just call it GMP (genaric male part) and that's now going to be the name I'm givving to it! anyway i've seen people make them in those soopa sex malls! and they have a command for hide and comands for different stages of... woopie? biggy stiffy? arousle? yeah the last one works. I'd like to know how to do that exactly, it would help me on other, less intement projects as well, thanks
![]() |
Lit Noir
Arrant Knave
Join date: 3 Jan 2004
Posts: 260
|
01-12-2006 10:17
Such scripts usually don't really alter the prim, they just change alpha transparency on different parts. Say you have 3 modes, depending on which should be shown, make 2 of them full transparent, and the other one normal. Redo as needed.
If the prim "sets" have multiple prims, each prim in a set will need a script to change transparency. A single script cannot at this time change the alpha of other linked prims. You can change the color though from a central script. |
Allison Andric
Registered User
Join date: 28 Sep 2005
Posts: 30
|
01-13-2006 07:55
so, lemmie try and understand the end part of that (I'm slow XD) yur saying that I'd have to put a script in every single prim of a certian layer? like each mode would have to have a script in each prim used to make up it's intirity?
![]() |
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
|
01-13-2006 08:14
Actually llSetLinkAlpha will let you do it with fewer scripts, you can now do it with a single script although it might look neater to it with multiple scripts so they all go at the same time.
|
Allison Andric
Registered User
Join date: 28 Sep 2005
Posts: 30
|
01-13-2006 09:25
does each set need to be named someting, cause if they are all one linked object, how does the script know which one to turn transparent. forgive me i sound like a schoolgirl asking questions in class XD, anyway I also need to know what the skript is for text comands, say you type /99 halo and it turns on one mode, I looked in wiki and got confused, hehe. So what i mean is, how do you set the trigger of an even to a secret channel text? I should really go to classes on this type of thing
![]() |
Lit Noir
Arrant Knave
Join date: 3 Jan 2004
Posts: 260
|
01-13-2006 12:33
Actually llSetLinkAlpha will let you do it with fewer scripts, you can now do it with a single script although it might look neater to it with multiple scripts so they all go at the same time. Ohhhh right, was thinking about the mythical llSetLinkTexture. My bad. |