Hello Sam and Ben,
Thank you very much for your lessons I love them so far.
During the lesson, in order to make the platform keep moving between the start
position and target position there is a buffer variable being used.
To save some time it is also possible to use the function: Swap(value1, value2)
This function is from the std namespace (std:: pre-fix wasn’t needed in the .cpp file) of C++.
In actuallity it does the same, however it is less of a hassle to use.