Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

walk on Rotating Objects with NO Physics ??

Georg Diamond
Registered User
Join date: 31 Mar 2005
Posts: 2
04-07-2005 16:09
Hello,

ive some troubles to walk (stand on a Rotating Prim with No Physics)!


I use llSetRot to rotate it but if i stand on these Object i do not rotate with them.
If I Sit down evrything is fine.

I cannot use physics because the Object tilts to the side! (because I Use llSetHoverHeight)

Ah Yes and It should hover or be over Ground!
Help Please!
Brian Mifflin
Scripting Addict
Join date: 15 Dec 2004
Posts: 182
04-07-2005 16:21
From: Georg Diamond
I cannot use physics because the Object tilts to the side


Use llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y, FALSE);

To get it to only spin, but not tip.....spinning around the Z that is....
_____________________
Georg Diamond
Registered User
Join date: 31 Mar 2005
Posts: 2
Thx
04-07-2005 17:21
Thanks for your fast good help!