- In the words of Strong Bad:
Strong Bad email #89 wrote:
"Y-O-U-R," "Y-O-U-apostrophe-R-E,"
They're as different as night and day.
Don't you think that night and day are different?
What's wrong with you?
Hilarious email that was. But seriously, that's one of the most irritating spelling mistakes out there!
- I'm glad you've cut your code down form ~500 lines, but using Processes! You're just setting yourself up for a disappointment. For instance, after running it for about 10 seconds, things get so busy that the actual game slows down. Not good.
Use Procedures and Functions only. Read the tuts if you're not sure how to use them.
I've commented umpteen times upon the use of Parameters. Use 'em, they'll help a lot.
- Look up View.Update. It will solve your flickering problems.
- Please don't use breaks! They're obsolete except for the few times when you have some in-depth debugging to do.