the Stage Mouse Watcher is basically taking data from the mouse position (0 through 100 as a percentage of the distance across the stage) and outputting it as a number between 0 and 100. So processing the output of this has the same effect as processing the input. Ryan's patch does exactly what you need it to do and has the same effect as changing the Limits of the input to the Actor - setting a minimum and maximum range for the mouse position, and outputting the results as a number between 0 and 100. you would just need to do the same for the vertical position.