playMaker

Author Topic: Combination of buttons to make a power  (Read 1955 times)

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Combination of buttons to make a power
« on: August 21, 2017, 01:00:53 PM »
Hello I would like to know how I can do so that you can make a power through a series of combination of buttons.

Example 1:
Press the keys Q + S + Y To do the kameha.

Example 2:
Press the keys I + O to do genkidama.

How can I make it possible? I need you to orient me about that.. thanks


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Combination of buttons to make a power
« Reply #1 on: August 21, 2017, 01:25:24 PM »
Hi,
You could use "Get Key Down" for each key and set every frame
and a bool variable result for each key

Then use "Bool All True" on each one set the dedicated keys (1st one would have the Q+S+Y bool variables to check.
when these 3 are true, do the kameha.

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Re: Combination of buttons to make a power
« Reply #2 on: August 21, 2017, 03:37:19 PM »
Thank you very much lol sometimes some things are difficult for me but little by little I'm learning..
A query .. can put subs in spanish on the youtube course please :(

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Combination of buttons to make a power
« Reply #3 on: August 21, 2017, 08:13:30 PM »
Hi,
I would if i could, but i don't know any Spanish :(

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Combination of buttons to make a power
« Reply #4 on: August 22, 2017, 02:27:38 AM »
Hi,

 Have you checked out the spanish videos on PlayMaker?

https://twitter.com/JeanAtPlayMaker/status/847050501455839233

Bye,

 Jean

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Re: Combination of buttons to make a power
« Reply #5 on: August 22, 2017, 08:23:55 AM »
Thank you, I will watch it now. :D

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Combination of buttons to make a power
« Reply #6 on: August 22, 2017, 08:29:45 PM »
Hi jean.
I forgot about that one, thx jean!