Difference between revisions of "Moving start"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 7: Line 7:
***Take off the attachment and then wear the attachment again.
***Take off the attachment and then wear the attachment again.


*This event is also triggered when an object is rezzed (unless, presumably, you happen to rez it in precisely the same spot it was before.)|examples = <lsl>default
*This event is also triggered when an object is rezzed (unless, presumably, you happen to rez it in precisely the same spot it was before.)|examples
{
        moving_start()
    {
    llStopMoveToTarget(); 
    }
   
    moving_end()
    {
        llMoveToTarget(llGetPos(), 0.1);
    }
 
}
</lsl>
|helpers
|helpers
|also_header
|also_header

Revision as of 21:10, 20 October 2009