Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: MatiasHarder on August 21, 2017, 01:00:53 PM

Title: Combination of buttons to make a power
Post by: MatiasHarder 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

Title: Re: Combination of buttons to make a power
Post by: djaydino 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.
Title: Re: Combination of buttons to make a power
Post by: MatiasHarder 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 :(
Title: Re: Combination of buttons to make a power
Post by: djaydino on August 21, 2017, 08:13:30 PM
Hi,
I would if i could, but i don't know any Spanish :(
Title: Re: Combination of buttons to make a power
Post by: jeanfabre 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
Title: Re: Combination of buttons to make a power
Post by: MatiasHarder on August 22, 2017, 08:23:55 AM
Thank you, I will watch it now. :D
Title: Re: Combination of buttons to make a power
Post by: djaydino on August 22, 2017, 08:29:45 PM
Hi jean.
I forgot about that one, thx jean!