Please complete the following questions!
Has this feature been suggested before?
no
Is your feature request related to a problem? Please describe.
I’m making a joystick thingy (kind of previewed in the topic “Text doesn’t reset (code)”), and I want to find the x and y magnitude of the joystick. the way i do it, it is kind of hard to do so without a ton of trigonometry since i have this subclip and it gets annoying.
Describe the solution you’d like
having a native way to find a subclip’s x relative to the canvas would be super helpful.
Describe alternatives you’ve considered
i could use trigonometry, but that would be painful to debug.
Additional context
here, I want to find the coordinates of “stick”. it is a sublip inside “joystick”. if I find joystick.stick.y, it gives stick’s y relative to joystick. (which is helpful in one place.) but i want to find stick’s x and y relative to the canvas.
joystick1-14-2021_19-55-19.wick (2.5 KB)