How do I move a SPRITE with my mouse (instead of arrow keys)? I would like to make a game using the mouse to move a player. Does anyone know how to do that? I have Construct 3.
Hiya, there's a 'drag and drop' behaviour you can add to the player object. Then you can drag him around with the mouse.
All you need to do is add an event that sets the X and Y of the character to the X and Y of the mouse (make sure you add the Mouse object to your project first)
Check out the 'Move to Mouse' Example in the beginner examples on the Construct start page.
Develop games in your browser. Powerful, performant & highly capable.
Picture attached: