playMaker

Author Topic: Remap Keyboard commands with touch commands !?!?  (Read 2411 times)

rpauletto

  • Playmaker Newbie
  • *
  • Posts: 1
Remap Keyboard commands with touch commands !?!?
« on: July 30, 2011, 02:37:08 PM »
Hi,
I need to send a Jump command to my Character Controller.
I know its a simple task for a desktop game, but I need to remap the space bar on the keyboard to a swipe touch event for iphone. How can I do that ???

Is it possible to change the PlataformInputController script, on this command line with something else??
Or is there an action that can do just that ???

motor.inputJump = Input.GetButton("Jump");


thks

Damian

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 188
    • Permaximum Betty
Re: Remap Keyboard commands with touch commands !?!?
« Reply #1 on: July 30, 2011, 06:31:27 PM »
Yes it would be fine to know how to talk to other stuff with the touch screen.
In normal code its no problem, but with playmaker its not easy to fine out..
There is not much information about it.
I did ask for a character control that you can control with playmaker.
There is an example for windows/web but not for touchscreen.
I hope it will come. :)