How to create lane system?

Hi, i want to implement lane system in my run game. Let`s say three coridors and when press A key or D key, the character switchs lanes. Thanks.

That would be easy.

Make sure floor is for example 300 wide.

THen you move left, move 75 to left, etc.

Same with spawning objects.

Can you demonstrate