You can get mouse input using the blocks found in the input palette. You can't control the mouse location because there's a significant security concern with allowing such behavior.
What you can do is create an actor that follows the mouse pointer. When you want to control the location of the "pointer", stop it from tracking the location of the real mouse pointer and move it to wherever you want.