Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: drogbaru on April 23, 2016, 06:09:01 AM
-
Hi , I'm learning playmaker and I have one difficulty.
In general, I made character control, shown in the picture below.
(http://i1077.photobucket.com/albums/w462/drogbaru/playmaker%20move_zpswg2ggqws.png)
It is made so that the event is transmitted via a button on the keyboard, and it works fine.
What I want to do: to make two buttons, left and right, and use them to pass the event on an existing script that management was now not through the keypad, and a ui buttons.
I tried to make it through UGuiButtonOnClickEvent, but it works as a single click, and the character does not move , I also need to figure moved while pressing the ui.
Hope you can help me with this , I searched through all the forums, and videos but have not found the solution.