If you are using the loop to move 10 positions, there's no point, as all you will see is the final move, so just calculate the final move. If you need to see the movement, you need to store a state and have the movement outside of the Click event. Depends on exactly what you want.
To answer your question directly, you would just add the "For" condition (or as a sub-event), with a range of 1to10.
Edit: semi-ninja'd.