Hey, thanks for the replies, here is what I want to do:
An actor is moving across the screen
If the user presses down on the actor, while the mouse is still down I want the actor's y to follow the mouse's y.
I want the actor to continue moving in its x direction too.
It also does not matter if the user's touch leaves the actor, as long as the mouse is still down, the actor will follow in the y
Does that make sense
Thanks