Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: IceTeaDestroyer on May 26, 2014, 03:42:21 PM

Title: 2D platformer for android
Post by: IceTeaDestroyer on May 26, 2014, 03:42:21 PM
I have recently started using unity with playmaker. The problem is when I want to setup my controls (easy touch the left side to move left and the opposite) I made a huge box to the left side and another for the other side to get touch events. When I press the left side it works good (the character moves left) but when i touch the right side the character also moves left. I didn't make the controls for the right side yet. Sorry for being noob...
Title: Re: 2D platformer for android
Post by: ghost010 on June 17, 2014, 06:48:51 PM
Does the right button send the same event as left?
If so,there is your problem.
Title: Re: 2D platformer for android
Post by: Rabagast on October 23, 2014, 06:49:13 AM
Hi!
Did you get it working?

If not. Do you use "Touch Event" or "Touch Object Event"?
The first one use the whole screen as the "Touch Event", so you
need to use the last one, "Touch Object Event" if you have an object as a button.