Your spaceship sprites are scaled down by default on the layout. So when you set their scale to 1, they naturally grow to their original size.
Change the formula to something like this:
Spaceship set scale to clamp(0.5+(Touch.X-ScaleX)*0.0090, 0.3, 1.5)
I also suggest using hierarchies instead of Pin behavior.