I am making a top down shooter, with controls/aiming similar to Hotline Miami. And I would like some of the weapons to shake the cross-hair, (The mouse) to simulate recoil. I was wondering if it is possible to set the mouse's position in construct 2.
Hmmmm?
I don't think you can set the mouse position but you can use a sprite with a shake animation to simulate that.
Make a shake animation of the crosshairs and move the image point left and right and use that for your cursor.
When you call that animation it will appear to recoil or shake.
I haven't tried it but should work.