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

Comments for Blast that pest!

Return to Blast that pest!

A new version of this scenario was uploaded on Fri Mar 01 09:59:20 UTC 2013
ajrespallajrespall

2013/3/1

plss vote for it. there is no harm in trying.
senseye25senseye25

2013/3/1

seems that you're a novice?haha
PrincessPrincess

2013/3/1

Hey! Keep it up. :)
It has a couple bugs (the counter doesn't work, there's an error when you miss) but I really like the idea. Nice job!
ajrespallajrespall

2013/3/1

I'm sorry for the bugs. Can you help me fix it??? by the way. thank you so much for the vote! :)
joemeljoemel

2013/3/1

nice one.anybody can really help figure it out!
joshy18liljoshy18lil

2013/3/1

doy, the counter, it's a big problem dude. Nice idea! ♥
ajrespallajrespall

2013/3/2

Can anybody help me fix the bugs(the counter doesn't work and there's an error when you miss)? :)
danpostdanpost

2013/3/2

Either re-share the scenario with the 'Include source code' checkbox checked or start a discussion supplying the code you have so far and an explanation of what is not working properly.
A new version of this scenario was uploaded on Sat Mar 02 01:54:44 UTC 2013
danpostdanpost

2013/3/2

The 'Publish source code' checkbox was not checked on your last upload.
A new version of this scenario was uploaded on Sat Mar 02 02:43:00 UTC 2013
A new version of this scenario was uploaded on Sat Mar 02 02:45:15 UTC 2013
ajrespallajrespall

2013/3/2

updated with the source code,, please help me with the counter...
danpostdanpost

2013/3/2

To fix the ball out error: in the 'act' method of the Ball class, switch the order of the 'checkOut' and 'checkFly' calls. Also, in the 'checkOut' method, remove the 'gameOver' call. Will reply about counter shortly.
danpostdanpost

2013/3/2

In the ball class, in the 'checkFly' method, add the following line inside the if(fly != null) block: ((Counter)world.getObjects(Counter.class).get(0)).add(5);
danpostdanpost

2013/3/2

You may want to add a counter in your world class to track the number of new balls created and if it reaches a certain value, then 'gameOver'.
she53079she53079

2013/3/5

Real nice! instead of the bricks the fly randomly moving around. And, revisit MIK's JOC 16 for the counter.
JetLennitJetLennit

2013/5/2

There are a few bugs (pun fully intended) =)
JetLennitJetLennit

2013/5/2

But it is a very nice game
ajrespallajrespall

2013/5/3

tnx. :)