A new version of this scenario was uploaded on Sun May 27 09:41:51 UTC 2012
all of you you who have played this game before will know what to do.
click to add.
blow up as many as you can.
Nice :) A couple things could be fixed though:
(1) This is purely a graphical thing, but a ball 'blows up' it seems to flash big for an act() frame before going small and growing (hard to explain, but you can probably see what I mean from playing)
(2) This second one was a problem I encountered when making http://www.greenfoot.org/scenarios/4716 (my version of the game) when the moving balls are doing collision detection, they treat the large circles like squares (presumably you're using getOneIntersectingObject(...), and that just treats the image as a square, regardless of transparency). The problem this causes is that they can hit nothing and blow up.. I'll let you dream up and code the solution, but a clue that might start you off might be to incorporate getObjectsInRange(...) somehow. Like I said though, I won't say more than that for now
A new version of this scenario was uploaded on Thu Jun 21 15:54:56 UTC 2012
fixed flashing images on the popped ball.
@jrlowe, you can import the 'ScoreBoard' class by selecting 'Edit' and 'Import class' from the greenfoot menubar. Creating a new ScoreBoard() object will show the UserInfo data of the top so many scores and the scores of those nearest the current user's score. Your scenario will have to update the UserInfo data as scores are registered for it to show anything (other than zeros). Refer to the UserInfo class documentation.
2012/5/27
2012/7/19
2013/1/5
2013/1/5
2013/12/3
2013/12/7
2013/12/7
2013/12/7
2014/6/27