You could do something like this:
In the Sprite:
If "X position > 235"
Set X to (X position * -0.95)
Broadcast "Next Background"
(this will send the sprite to the opposite edge)
In the Background:
When I receive "Next Background"
Next Costume
This will make it look like the sprite walked off the right edge into the left side of a new scene.
Offline