playMaker

Author Topic: [SOLVED]"MOUSE DOWN" but with right click?  (Read 3351 times)

pustur

  • Guest
[SOLVED]"MOUSE DOWN" but with right click?
« 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:


thanks in advance!  ;)
« Last Edit: April 26, 2013, 06:10:25 PM by pustur »

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: "MOUSE DOWN" but with right click?
« Reply #1 on: April 25, 2013, 06:18:05 PM »
Choose the other mouse button in the dropdown menu.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

pustur

  • Guest
Re: "MOUSE DOWN" but with right click?
« Reply #2 on: April 26, 2013, 11:19:46 AM »
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.

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: "MOUSE DOWN" but with right click?
« Reply #3 on: April 26, 2013, 11:55:23 AM »
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.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

pustur

  • Guest
Re: "MOUSE DOWN" but with right click?
« Reply #4 on: April 26, 2013, 06:09:52 PM »
ok i fixed it by using the Get Mouse Button Down.



thanks anyway :)