Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Object Synchronization

Pawel Sixpence
Registered User
Join date: 1 May 2009
Posts: 15
10-22-2009 08:52
Is there any way to reliably synchronize the movement of 2 objects?

Currently I have been trying to have one of the two objects to be synchronized, message a third object, which sleeps a bit and then sends a llRegionSay() message that the two objects listen for, and move. Unfortunately the two objects synchronize sometimes, but not others. Sometimes object 1 receives the message first (by ~1 second, based on printing llGetUnixTime), sometimes object 2.
Pawel Sixpence
Registered User
Join date: 1 May 2009
Posts: 15
10-22-2009 09:06
I just noticed that there are some threads on this topic already, sorry.