how do i make so that when i press a button instead of juz moving from point A to B, it will move from point A to B then C then D then E. and then i will click again and it will go 5 more steps and so on…? because i tried to write it as
targetIndex += 5;
but obviously it won’t work coz instead of going thru 2, 3, 4, 5… it jumps straight from 1 to 5… help me some one…:h: