Hello Rex, when an object or family has more than one MoveTo behavior it seems that their speeds are added.
Example:
Object1 has behavior MoveTo with 200 speed and another MoveTo2 with 400 speed.
Object2 has only behavior MoveTo with 200 speed.
All objects with 0 acceleration and deceleration.
If you move them at the same time to the same position using the MoveTo with 200 speed, Object1 will go faster than Object2 (200+400 probably).
Is this intended or bug? Thank you.