Posted: Sat Nov 04, 2006 4:50 pm Post subject: Process Trouble
I'v created a snake game which uses the process command to draw the snake, and for some reason the snake goes faster and faster the longer the program runs. Is this just a side effect to using the process command or is more likely that it is something else in my source creating this problem?
Sponsor Sponsor
ericfourfour
Posted: Sat Nov 04, 2006 7:07 pm Post subject: (No subject)
I figured out what was wrong just by reading the first 10 words (not including the title). You are using processes!
I still wonder how people figure out how to use processes when there is more information and tutorials on procedures and functions.
You should avoid processes at all costs. If you want to do more than one thing at a time simple have more than one variable and more than one action in a single main loop.