what are the best settings to make a touch move image left and right?
venon_it
Member, PRO Posts: 594
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
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