|
Hello
I need to disable or enable the dragging of a body depending on a certain condition, such as the position of another body or the value of an equation.
How can I get it?, Maybe linking some value to an equation?, How?
I've though that one way to achieve it would be using distance mates, something like:
minimum distance = 0
maximum distance = iff(condition=true, 100, 0)
That would allow to move the piece from 0 to 100 if the condition is true.
But it doesn't allow me to introduce equations there. |
|