playMaker

Author Topic: Trigger Input Event?  (Read 2325 times)

Col. Phil Bilko

  • Playmaker Newbie
  • *
  • Posts: 45
Trigger Input Event?
« on: December 07, 2012, 08:31:32 AM »
Hey All;

Ok I have a little issue here that I am hoping you can all help with.

I have NGUI and the NGUI to FSM script attached and ready to roll, I have the OnPress event enabled in the FSM. What I am trying to do is when the player clicks / presses the NGUI button it triggers and input event. Basically when the player clicks this button I want it to act as if the player is pressing Left Arrow (which is setup in unity's input option.

How would I go about setting up NGUI buttons to call up these input events in Unity.

Thanks guys for any and all help!