Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Is This At All Possible

BioMolecular Chemistry
Registered User
Join date: 16 Apr 2008
Posts: 24
07-25-2008 00:14
Hi, I know you can have a physical object so it stays set on it's axis using llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z, 0); I was wondering is it possible to have it so that there is also no x or y movement, just z movement. So the object can rise and fall but not be moved horizontally??? Thanks
Urrong Urnst
Registered User
Join date: 12 Jul 2008
Posts: 49
07-25-2008 00:36
How woould the movement be applied. Would u move the object/prim with script or with mouse?
BioMolecular Chemistry
Registered User
Join date: 16 Apr 2008
Posts: 24
In Response
07-25-2008 02:09
I would move the object with script...
Urrong Urnst
Registered User
Join date: 12 Jul 2008
Posts: 49
07-25-2008 02:18
I cant write u the exact script but look up in the wiki for: llTarget, llTargetRemove, llMoveToPos, llStopMoveToPos, at_target (event), not_at_target (event), llSetStatus (u know this one). Oh and i dont know what u want do make but if u are making physical elevator use llMoveToPos.