Thanks for the hint,
I missed the clamp function in a first run.
I finally used something like
clamp(Touch.X, Sprite.Width/2, LayoutWidth-Sprite.Width/2)
to act like BoundToLayout bound by Edges
I will go on with my toying with Construct2, thanks again