Using object.physics.velocityX and object.physics.velocityY you can get the pixels per second the object is moving in horizontal and vertical direction..
Without having to use math
angle(object.x,object.y,object.x+object,physics.velocityx,object.y+object.physics.velocityy) should get you the current angle of movement..