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.