This tutorial shows the error in the original method we used to move and reset our road tile positions in previous tutorials. The former method worked well with a constant speed but if the speed varied the tiles began to fall out of sync. Using collections (List specifically) and a better way of determining the tile reset position we can efficiently fix this problem. It introduces many new concepts and thus is a LONG tutorial.