Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Prim Movement

Anubis Bishop
Registered User
Join date: 13 Feb 2006
Posts: 5
10-30-2007 01:04
I am looking for a script that can move a prim on the X,Y,Z axis , I am not a scriptor so I feel really dumb asking cause it seems like it would be something simple but not telling.
I tried a script called bouncing prim but it had sounds in it, I want no sounds to it, someone please help me.

Thank You
Tyken Hightower
Automagical
Join date: 15 Feb 2006
Posts: 472
10-30-2007 08:17
From: Anubis Bishop
I am looking for a script that can move a prim on the X,Y,Z axis , I am not a scriptor so I feel really dumb asking cause it seems like it would be something simple but not telling.
I tried a script called bouncing prim but it had sounds in it, I want no sounds to it, someone please help me.

Thank You

The easiest way to move a prim is using llSetPos. llSetPos(llGetPos() + <x direction, y direction, z direction>;); but that <x, y, z> is normally limited to 10 meters at a time.
_____________________