Hi there,
I'm trying to trigger an object to move with a button. More simply put, I want the following behaviour;
Touch one object, and another starts moving to the right.
Touch the first object again, and the other stops moving.
The moving object has built-in logic so that it stops moving automatically if it goes 'too far'.
Could anyone help me with this? I tried linking the objects together then using llMessageLinked, but llSetPos and velocity functions set the whole (linked) object's pos/vel..
Thanks