This site requires JavaScript, please enable it in your browser!
Greenfoot back

MuZiK's Comments

Back to MuZiK's profile

or, kind of like mjrb said, simply make one tutorial level that introduces all of the attacks and allows the player to become familiar with them.
Uh, I believe the vector support class works for that.
Yeah, I tried that commenting that out and the same thing happens. I called it directly from the Enemy class, but it didn't change anything. It's supposed make it so only one enemy spawns after the bomb is used.
it says this where the game should come up "Your browser is ignoring the <APPLET> tag."
Now my greenfoot wont load the scenario when i compile it. Do i need something besides the JDK?
Well, since the spawning of the enemies is relative to the round number, I was wanting it to reset the round number every time a bomb is used, so the player isn't immediately overwhelmed again. btw, i finally finished reformatting, so i can use my good pc...
2539, but my reset() method isn't working properly. I'll take another look at it.
He's saying simplify before you expand.
HA! I don't know where my common sense was today... Why would I try to remove from the list instead of the WORLD. Sometimes I surprise myself with stupidity.