Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Bckward Running Clock

Persian Chevalier
Registered User
Join date: 8 Jan 2007
Posts: 68
03-21-2008 13:44
Hi All,

I have made a clock, but the hands are running backward. I have rotated the hand prims, tried each face of the prim with no success.

Any help or tricks to get the hands going the right direction would be appreciated.

Thanks!
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
03-21-2008 16:07
either reverse the rotation (rot.s= -rot.s called in advance works) or just build from the other side (where the rotation WILL be correct)
_____________________
|
| . "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...
| -
Persian Chevalier
Registered User
Join date: 8 Jan 2007
Posts: 68
03-21-2008 18:00
Hey Void. I tried building on the other side.. didn't work, but I will try the rot change in the script. Thanks!!
Persian Chevalier
Registered User
Join date: 8 Jan 2007
Posts: 68
03-22-2008 10:27
Hi again. Success!! I had tried building on the other side, but discovered all I was doing was moving the clock to the other side of the hands. I have since moved the hands to the back side of the clock face and it is working great!! I was unable to change the rot of the script to negative, but with your insight, everything is perfect now.

Thanks so much!!