Touch event is not working well in android phone
I have a samsung tab android v 4.1.1
I have create a game move player left right
For moving player left right
I have used this code
event
Touch---Is Touching --(object)
action
Player ------ set X to self.X +self.xSpeed*dt
where xSpeed is plyer's variable.
Touch rightside object than player should be move right side but
When I touch right side object it hang to my android tab and on touched
it working fine
What is the issues plz help me !!!!!!!!!!!!!