08-14-2012, 12:03 AM
I've been working on a game, and I have many infinitely-moving parts as obstacles, but since there are so many scripts running while loops, sometimes objects will stop moving. Is this a result of having too many while loops running at once? If too much memory is being used, does that glitch up some of the scripts?