playMaker

Author Topic: Button + Direction (Get Button Down And Axis)  (Read 1998 times)

Thore

  • Sr. Member
  • ****
  • Posts: 480
Button + Direction (Get Button Down And Axis)
« on: October 14, 2018, 06:33:45 PM »
You look for a simple way for Button+Direction input? Here's my version.

GetButtonDownAndAxis.cs
When a Button is pressed, sends an event based on current axis direction, i.e. up+button, left+button. Useful for fighting games, combos etc. If you only want to use one direction (say, only up+button), simply leave the other direction blank.

All my actions are now also on Github.
« Last Edit: October 18, 2018, 11:27:15 AM by Thore »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Button + Direction (Get Button Down And Axis)
« Reply #1 on: October 18, 2018, 04:04:25 AM »
Hi,

 for your actions to be listed in the ecosystem they need to be added to the ecosystem github rep, currently the ecosystem can not scan all repositories unfortunatly :)

Bye,

 Jean

Thore

  • Sr. Member
  • ****
  • Posts: 480
Re: Button + Direction (Get Button Down And Axis)
« Reply #2 on: October 18, 2018, 11:27:42 AM »
Hi Jean, okay, changed my post above.