Hi everyone,
Like I have said before I am making a hovercraft that uses 4 fans. Anyway, I am using the following method to turn the blades (which is a cyl that has a blade texture).
llTargetOmega(<0,0,1> * llGetLocalRot(),3,0.0);
Anyway, I have a default texture set to the balde object. It listens for communication on when to start spining. So, it spins and switches the texture to a more blurred looking texture to make it look like its going fast. Anyway, I twas working just fine. Untill I "took" the object, went home and threw the object back out to do some more editing.. Now.. the blades dont spin. I know the script is working becuase its changing the textures, but just not spining.
I know spinning is a client-side operation, but otehr friends tell me they dont see it spinning either. Then, it will start spinning out of nowhere..
Any suggestions? Does anyone know why its not working correctly?
Thanks.