Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Slowly moving a large object

Taimaru Hak
Registered User
Join date: 12 May 2008
Posts: 49
08-08-2008 23:49
Hi,

What's the best way to slowly move a large object which contains several sets of linked prims (there are more than 250 prims)? I realise that I will need to use a script in each linked prim set, so I am really asking about the movement bit.

If I use llSetPos(position) the object moves too quickly but if I use llMoveToTarget(position,timetomove) it goes too slowly as it slows down. I am really after something which moves at a constant speed but a more realistic speed.

Thanks.
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
08-08-2008 23:53
use set pos in a loop to take baby steps