Computer Science Canada Breakout problemo... |
Author: | Insectoid [ Mon May 26, 2008 5:17 pm ] | ||
Post subject: | Breakout problemo... | ||
I am currently working on making the game Breakout and I am having some sprite issues. All of the bricks in the game are sprites (just for the heck of it) and I am using arrays to initialize/place/check if hit. This of course leads to problems with checking for collisions with freed sprites. I devised a way to skip over the sprites that have been freed, though it seems to be faulty. The code is a mess right now (still in the early stages of the game) so if you can't figure it out, I forgive you. Oh, and I know I could have used records.
|
: |