You are moving the movieclip by 1250pixels in 1 go. You need to move it 1 pixel at a time.

MovieClip(root).mainContainer.illustration.x = MovieClip(root).mainContainer.illustration.x - 1;