01-22-2023, 09:36 PM
(01-22-2023, 08:59 PM)bplus Wrote: Aye, do you think if we saved the color with the x,y it would slow it down much?
Then for collision check, we can just see that point is the color it was.
I wouldn't think so. Hpw much slower is an IF x <> y THEN.... than an IF x <> &HFFFF0000 THEN? Looking up a variable's value shouldn't have that much overhead attached to it, I wouldn't think.