Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: mikejkelley on December 15, 2015, 11:33:35 PM

Title: SOLVED: Joystick input names in Playmaker Actions
Post by: mikejkelley 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.

(http://nickelcitypixels.com/images/playmakerAndInput.jpg)
Title: Re: Joystick input names in Playmaker Actions
Post by: wheretheidivides 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).
Title: Re: Joystick input names in Playmaker Actions
Post by: mikejkelley on December 16, 2015, 05:40:39 PM
Thanks! I'll try that.

//edit
It worked! Thanks again.