When you right click on the layout and insert object you will see "Touch" under Input and next to keyboard, mouse, and gamepad.
Make an event like;
On tap gesture->player->Set angle toward (Touch.X, Touch.Y)
->player->move forward 100 pixels
I just tested this and attached a touchmovement.capx for you to see what i mean.