|
Tianna Burnstein
Registered User
Join date: 8 Jul 2008
Posts: 19
|
02-26-2009 22:22
My situation is as follows. I run a club which switches between formal events and sexy/casual ones. To separate the events I have built a second dance floor. We also from time to time make use of a rooftop garden for either of the events.
Would it be possible to make something that would move these objects from location to location via an object (like a remote control menu with 3 selections).
It is a pain, although locations are recorded, to move a contest board, sploder, donation heart, or whatever else each time I have a new events.
Thanks in advance!
Tianna
_____________________
Tianna Burnstein Co-Owner of The Paramore Lesbian Ballroom & Jazz Club Dancer & DJ at A Woman's Touch 2
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
02-27-2009 03:19
drop a script in them that takes input from you via chat, and moves them where you need them to go? possible? definitely.
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Yingzi Xue
Registered User
Join date: 11 Jun 2008
Posts: 144
|
02-27-2009 03:25
You can do this two ways...
1) Make a rezzer that causes your objects to die when you switch "scenes" in the club. Old objects die, new objects rez.
2) Move your objects to another location (under the floor, 500m up, etc.) and move other ones in to take their place.
There are rezzers on the market that can do the rezzing job, but you would need a different rezzer for each scene (unless it's designed to handle multiple rez scenes). The neat thing about rezzers is you can use offsets from the rezzer object (if you move the rezzer the objects move with it) or just stored positions not related to the object (move the rezzer wherever you want but objects still rez at the same place). As for moving objects to another location/swapping objects back and forth from one location to another, I don't think there's anything like that on the market currently.
I've written both kinds of scripts for my own projects and they both suit their purposes nicely. I have a shop in Egill that has multiple rez buttons, which allows me to have multiple shops in one place. I've also built a bridge there that displaces itself so boats can move through.
So yes, what you want to do is possible. It's not too difficult to script. If you're looking to write a script yourself I would look at llRezAtRoot and llDie for the rezzer or if you want a displacer, look at llGetPos and llSetPos along with llGetRot and llSetRot. Details can be found at wiki.secondlife.com. If you're looking for someone to write a script for you, you may want to post in the Products Wanted forum.
One note... if you build a rezzer, don't user TEMP_ON_REZ.
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
02-27-2009 15:05
On the other hand, if the objects you want to move are no-modify, you're probably out of luck.
|