Whan you make something scaleable, you cannot use exact numbers anymore.
You should always use relative positions. Best way to do is keeping numbers in variables. like gameWidth, gameHeight. You have to re assign this variables everytime screen changes.
and ur conditions will be like this, "when TouchStartX < gameWidth/2"