User talk:Kimm Paulino/Scripts1

From Second Life Wiki
Revision as of 02:24, 29 December 2012 by Omei Qunhua (talk | contribs)
Jump to navigation Jump to search

Hello Kimm,

Your non-physical move and rotate script is jerky because you're using llSetPos() which has a built-in delay of 0.2 secs.

Replacing the llSetPos() with this line makes it much smoother:-

       llSetLinkPrimitiveParamsFast ( LINK_THIS, [PRIM_POSITION, gCurrentPosition] );

Omei Qunhua 17:45, 28 December 2012 (PST)