Hey all,
I'm trying to do a Touch Controls test. So what I've done is create direction objects to act as my on screen controller. I have Left arrow, Right arrow, and an Up arrow. They are each separate objects. I have a main character which has Platform behavior.
My problem is I can't get the character to move once I turned off default controls. And yes touch is set to use mouse input. My code looks like this: When Touch is pressed on Left arrow character simulate 8 directional movement Left. My character doesn't move at all.
My touch controls are setup on a different layer from the main game.