playMaker

Author Topic: SOLVED: Joystick input names in Playmaker Actions  (Read 2192 times)

mikejkelley

  • Full Member
  • ***
  • Posts: 136
SOLVED: Joystick input names in Playmaker Actions
« on: December 15, 2015, 11:33:35 PM »
In the input manager I use "joystick button 2 (even though the type says "Key or Mouse Button")" successfully. Entering "joystick button 2" in the Get Button Down Action does not work however. Please advise.

« Last Edit: December 16, 2015, 07:35:08 PM by mikejkelley »

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Re: Joystick input names in Playmaker Actions
« Reply #1 on: December 16, 2015, 01:05:03 AM »
try 'Vertical Move' instead.  The playmaker action uses the NAME and not the actual button.  So you can press C or press joystick button 2 (BTW, they both should be positive so you can press either.  You have 1 as pos and one as neg).
« Last Edit: December 16, 2015, 01:07:39 AM by wheretheidivides »

mikejkelley

  • Full Member
  • ***
  • Posts: 136
Re: Joystick input names in Playmaker Actions
« Reply #2 on: December 16, 2015, 05:40:39 PM »
Thanks! I'll try that.

//edit
It worked! Thanks again.
« Last Edit: December 16, 2015, 07:34:21 PM by mikejkelley »