Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
Right now it'll only cycle from one to an adjacent one, but I could modify it to select specific ones.
If you want to try to solve it before I get to it, here's a hint: use a splitter on whatever stick you want to control it, then compare the ratio of y to x. If the absolute value of x minus the absolute value of y is greater than a certain amount, it means that its more east/west. And then you can use whether or not y and x are each positive or negative to decide between the two
Sort of like a hacked together atan2 function but without the actual trig function.