Scar
09-25-2008, 04:42 PM
First off, hello, hello. First post etc. I used to come here, back in the days, under a different name. Anyhoo.
I'm trying to develop a simple game of asteroids, which I'll later make more interesting.
My problem is, that there seems to be a mysterious invisible object in the top left of the flash file, that my asteroids are colliding with, and breaking apart.
My only idea is that it's most likely a bullet movieclip, because that's the only thing the asteroids are hitTesting for, before they explode.
If you're looking at my source, on the big asteroid to the right, there's some hitTest code, and the bullet that I duplicate is above it.
Thanks in advance for any hints or solutions!
I'm trying to develop a simple game of asteroids, which I'll later make more interesting.
My problem is, that there seems to be a mysterious invisible object in the top left of the flash file, that my asteroids are colliding with, and breaking apart.
My only idea is that it's most likely a bullet movieclip, because that's the only thing the asteroids are hitTesting for, before they explode.
If you're looking at my source, on the big asteroid to the right, there's some hitTest code, and the bullet that I duplicate is above it.
Thanks in advance for any hints or solutions!