Hi guys.
I wonder if you could help me with a related question. I’m quite new to scripting.
I’m trying to do something similar to if/else but with gradations in between.
It goes something like this:
If Object A has Y coordinate 600, the scale Object B to 20.
If Object A has Y coordinate 300, then scale Object B to 100.
Now here’s the bit I can’t figure out:
If Object A’s Y coordinates are between 300 and 600, then scale Object B between 20 and 100
Any ideas would be appreciated 🙂