Mouse Movement Click Problem
Hello,
I am making a 2 player game in which one player uses the keyboard for controls and the other player uses the mouse.
I am having an issue where the 2nd player can indeed use mouse movement to actually move their sprite on screen, BUT all other mouse input (button clicks) are ignored in the event editor, despite being seemingly set to do so properly.
Can someone please take a moment to tell me what I am doing wrong?
Thanks
Re: Mouse Movement Click Problem
Could you post an example? I think I understand what you want, but an example would make it easier to help.
Re: Mouse Movement Click Problem
When you have an object set to mouse control you need to test for fire 1 and fire 2 under the player controls in place of button clicks.
Re: Mouse Movement Click Problem
Thanks Jeff, that's exactly what I needed to know. Got it working!
Thanks Brandon too, even if my initial description was a bit vague.