0 Members and 1 Guest are viewing this topic.
I took a quick look at the source and I noticed that you call prgmMOVEPI twice every loop. Why is that? Also, I'd recommend not to use xLib for such a small game, you're probably off better with just pasting prgmMOVEPI in the main loop.
Aah ok that explains. My other point still stands, though: I would recommend making your game just a single file.
Something you might not know yet: You can copy-paste programs into other programs by recalling them, just like you do with strings, variables, etc. It's a really nifty feature that I've used quite a few times.
Quote from: aeTIos on June 15, 2014, 11:25:44 amAah ok that explains. My other point still stands, though: I would recommend making your game just a single file.I'll tell Thomas and see what he can do.I hate subprograms in BASIC. Thomas said we had no choice