Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kentcheung2000 on July 29, 2018, 02:06:29 AM

Title: Global Transition for Right Mouse Button[SOLVED]
Post 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
Title: Re: Global Transition for Right Mouse Button
Post by: Plancksize on July 29, 2018, 07:31:54 AM
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.
Title: Re: Global Transition for Right Mouse Button
Post by: kentcheung2000 on July 29, 2018, 06:58:08 PM
Thanks!  I've got it work. :)