I am moving sprites along an arc over time and I want to use the ease actions in a way that i receive callback so I can do the trig and update the positions accordingly, essentially tweening the position while having access to the Ease Action curve.
An important point since I am moving along an arc, I need to get access to the current value of the ease curve from the ease action.
-Thanks