I don't know what is touch index and there is this event that I right-clicked and copied as text:
+ Touch: Has touch Stick.TouchIndex
+ Stick: TouchIndex > -1
-> Stick: Set position to StickArea (image point 0)
-> Stick: Move min(distance(StickArea.X, StickArea.Y, Touch.X(1), Touch.Y(1)), (StickArea.Width - Stick.Width) ÷ 2) pixels at angle angle(StickArea.X, StickArea.Y, Touch.X(1), Touch.Y(1))
I need help understanding this plz