Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: kentcheung2000 on July 29, 2018, 02:06:29 AM
-
Hi,
I want to to a global transition for Right Mouse button. I have problem because the "Mouse Over" conflict with my right mouse button.
Is there a way to solve it?...Thanks in advance.
KC
-
Put another "Get Mouse Button Down" in the Mouse Over, that links to that same State 1.
That way you can still "mouse button down" while Mouse Over is the active State.
-
Thanks! I've got it work. :)