Easiest way would be to install the most used third-party plugin MoveTo.
All you'd have to do is to compare touch.y with sprite.y and set MoveTo destination accordingly.
Another way is to cretae a custom movement that does exactly the same.
And yet another way is to create this movement in events by using lerp and dt to make the transition between SpriteOldY and SpriteDestination visible.