Hello, So I tried making Mouse tracking without tutorials, and.. It worked! So this is how it works. I was moving mouse, The mouse sprite was always following mouse, and recording X and Y to lists, (X and Y) then i and i2 changes, i is used for X, i2 used for Y. It changes by 2. (I don’t know why on 1 it doesn’t change the Y.) So if you get it, it’s just tracking Mouse’s X and Y in 2 lists. Then from the data collected in lists it moves the image with remembered coordinates of mouse.