This scene shows a crossroad with three traffic lights (West, North, East). Each light independently follows a 3-color cycle: Red (4s) -> Yellow (4s) -> Green (4s) -> Yellow (4s) -> Red. Currently: West light is red with 4s countdown, North light is yellow with 1s countdown, East light is green with 1s countdown. Simulate 6 seconds and show the final state of all three traffic lights. Only modify what the task requires; keep the background and any other element unchanged. Output one image per second of the countdown (every time a number changes or a light transitions, write one image). The last image shows the final state.