Playmaker Forum

PlayMaker Updates & Downloads => Official Action Updates => Topic started by: Alex Chouls on April 15, 2011, 09:08:04 PM

Title: Axis Event - Sends events based on the direction of input axes
Post by: Alex Chouls on April 15, 2011, 09:08:04 PM
Sends events based on the direction of input axes:

(http://www.hutonggames.com/docs/img/AxisEvent.png)

Download and place in Assets/PlayMaker/Actions/
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: tobbeo on April 15, 2011, 09:10:22 PM
Very nice!
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: azmilarash96 on April 16, 2011, 10:28:37 PM
i'll collect them all!  :D
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: trojanlw on May 03, 2011, 10:31:15 PM
Nice, How about one for Device Tilt  ;), as I'm unclear how one uses the high and low pass filters to get a good result.
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: tobbeo on May 04, 2011, 05:47:18 PM
Thanks Alex!
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: @_rgkd on May 31, 2011, 11:52:06 PM
Hopefully this will help me achieve the player control I want. I only recently downloaded playMaker and this Action didn't come bundled with it, maybe needs to be put with the package.
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: tobbeo on June 01, 2011, 12:42:01 AM
Hopefully this will help me achieve the player control I want. I only recently downloaded playMaker and this Action didn't come bundled with it, maybe needs to be put with the package.

Since Alex posted it you can pretty much assume it's going to be in the upcoming 1.2.
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: Arianite on September 27, 2011, 07:45:44 AM
Hi,

the events(left, right, up, down) is not working properly in Axis Event action.

there's no response action.

i want to use it for detail animation and speed tuning, corresponding to the keyboard arrow inputs.
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: jeanfabre on September 27, 2011, 08:51:12 AM
Hi,

 it's working fine for me, just made a simple test now and it triggers fine.

 Make sure of the following:

-- input are properly set up
-- that you actually have typed the exact input name ( you can easily make mistake as this is a loose reference using a string) for both Horizontal  and vertical axis variable of the action.
-- that you have indeed filled the axis event action properly to dispatch the right event for each axis
-- that you do come back to the state checking for the axis event.

Hope this helps,

 Bye,

 Jean
Title: Re: Axis Event - Sends events based on the direction of input axes
Post by: Arianite on September 27, 2011, 09:40:13 AM
Dear Jean,

Thanks for your kind instruction.

It works.

bye.