Hi, I want my player sprite to move only inside a restricted area inside the game world. This area is a rectangle. Is there a way to set like mySprite.body.collideWorldBounds = true, but inside such a rectangle ? A solution is to have 4 sprites for each rectangle side, and collide with my player sprite. But doesn't sound good, eh ?