Ok, so I've looked through the below topic since:
And I downloaded the test.capx in the last post in that topic and what I want works perfectly in that test.capx. So I've tried to incorporate what works there into my own and... there is a wrap for my paddle but it isn't instant and seamless as the one in the test.capx. Going right results in the same sort of delayed wrap that the wrap behaviour does and going left results in my paddle disappearing before it hits the edge and then the same delayed wrapping as when moving to the right.
X > LayoutWidth+self.Width/2
set X to self.X-LayoutWidth-self.Width
X < -self.Width/2
set X to self.X+LayoutWidth+self.Width
I'm trying to get a feel about what the code above means but I don't think I've got it. Could someone explain it to me, please?