Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: pustur on April 25, 2013, 06:02:31 PM
-
hello :)
i know there is an easy way to detect a left click with the MOUSE DOWN event but i wonder if there is a similar way to detect a right click?
this is my little FSM:
(http://i1264.photobucket.com/albums/jj493/pstrnil/example.png:original)
thanks in advance! ;)
-
Choose the other mouse button in the dropdown menu.
-
i can't find it anywhere, can you please post a screenshot or describe a bit better where is it?
notice that i'm not using the action "Get Mouse Button Down" but only the "MOUSE DOWN" transition.
-
Ha, wow, I didn't even know those System Events could do that... I do not know if you can change the event to detect different buttons or if you can add additional ones.
You can always use the Get Mouse Down/up and the Mouse Pick Event actions.
-
ok i fixed it by using the Get Mouse Button Down.
(http://i1264.photobucket.com/albums/jj493/pstrnil/Schermata2013-04-27a000742.png:original)
thanks anyway :)