Use the A and the D keys to view the randomly generated terrain. The world generation stops at x position of 200 thousand because of scratch's list length limit. X positions before 0 are flat because the program generates terrain starting from x: 0. ==============CHANGELOG================ 1.0: shared the project with function of moving left and right. 1.1: Zoom function gets introduced, but the terrain gets of-centered. 1.1.1: Updated zoom function. still doesn't do proper zoom. 1.1.2: Added crosshair and cleaned up the look. 1.2: Fixed zoom function to zoom properly, but doesn't stay at the correct position, also the X position variable is not exact. 1.2.0.1: Minor graphics update.