what are the best settings to make a touch move image left and right?

venon_itvenon_it Member, PRO Posts: 594
edited November -1 in Tech Support
Hi,
what are the best settings to make a touch move image left and right?
now I'm using these setting:

when touch is pressed :

Constrain to Mouse Attribute: self.Position.X TO : max(min( game.Touches.Touch 1.X ,300),180)

this setting, if not touch the middle of it, it snaps

how to solve?

thanks
Sign In or Register to comment.