As a preface, I will be unable to respond within reasonable times (as I have no constant internet access.)
Humor me if I’m wrong (me is n00b), but doesn’t a ‘for’ loop create a new variable every time it executes? Even if it’s just an integer, that’s kinda sketchy IMHO.
If that’s true, for loops would be great for single uses (say, loading screens) but it’d be dumb for per-frame use…
Due to said suspicion, I’ve been using ‘while’ loops for a while…heh…anyhow, could someone confirm this for me?
Thanks in advance, and happy Tuesday to all!