Hey,
The plan was to make it so, every time I clicked, the Sprite2 moved in a parabola to targets x and y. I'm sure I overcomplicated things with all these instance variables (I'd appreciate if someone told me an easier way), but it kind of worked in the end. The Sprite2 does move in a parabola once I click, but it keeps going down past the target location.
Seems like it's because the every tick action doesn't stop once the mv_pgs (movement progress) gets to 1, as when I displayed the variable, it kept increasing. Thus, how would I fix that?
Thank you really much for any help given.