The left platform moves too far. It should only go to the middle.
The problem is that in line 3 of the program, you are writing the value 1 into the “left platform” variable, even though you must write 2, because in the rest of the program you compare the variable either with 0 or with 2.
Thank you very much for the help