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

2012/7/11

AirForce

1
2
3
4
MrDoomsday MrDoomsday

2012/7/11

#
getOneIntersectingObject() is not a boolean method. you need to write
if(getOneIntersectingObject(shot.class) != null)
instead
KommandoFaust KommandoFaust

2012/7/11

#
Hei, it gave me no error this time, so I think it worked - somehow :D But the enemy plane doesent still explode nor go up in flames as planed. I will look further, but thanks!
MrDoomsday MrDoomsday

2012/7/11

#
Kein Problem ;)
KommandoFaust KommandoFaust

2012/7/11

#
Here is my progress so far
MatheMagician MatheMagician

2012/7/12

#
I don't know what is up.
KommandoFaust KommandoFaust

2012/7/12

#
What programs are you using for file editing? I just discovered EditPlus it feels more practical too me than TextPad which I have used before. I'm very new to programming so I ask your opinion about them. So do you prefer EditPlus, TextPad, Eclipse or smth else what could be better and put to good use?
KommandoFaust KommandoFaust

2012/7/12

#
Got them randomly to explode... but not on impact. I belive, that there is smth. simple im dooing wrong, but i dont get it. http://www.youtube.com/watch?v=odfHwW0N_00&feature=plcp
erdelf erdelf

2012/7/12

#
could you write your current code
KommandoFaust KommandoFaust

2012/7/12

#
http://www.2shared.com/file/4FgDD9hx/PLANE_BASE.html Uploaded the files here, take a look, hope it works.
erdelf erdelf

2012/7/12

#
what is the class p2e?
KommandoFaust KommandoFaust

2012/7/12

#
It was usually the firts thought, how the enemy plane "p2e" should act, but not to mess it up I made a new one called "P3e". They are bassically the same but with a different code. P3e explodes random if you see, but it should explode on impact with the "shot" or "expl". The "expl" usually hides the "shot"
erdelf erdelf

2012/7/12

#
I am working on it, I use the p3e for the coding.
erdelf erdelf

2012/7/12

#
here is the changed version Edit: sry, forgot that the site is german, click on the green button called "Datei herunterladen" to download
KommandoFaust KommandoFaust

2012/7/12

#
No problem with that :-) Danke!
erdelf erdelf

2012/7/12

#
everything works?
There are more replies on the next page.
1
2
3
4