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

danpost's Comments

Back to danpost's profile

I created one. It is complete, even to the point of accepting formulas. But have not quite got the parsing of them done.
@Duta, are you still working on the 'Grapher'?
NVM, I see you need the 'd' to set the locations.
How about: if(((Actor)getObjects(Bird.class).get(0)).getX() > getWidth() - 65)
@Morran, maybe you want to download the source and see how Duta managed to create such clean scrolling graphics.
Create a in the Paddle class called 'goBig()' which resizes (or re-creates) the image and use image.drawString(String, int, int) or create a seperate image with new GreenfootImage(String, font, Color, Color) and image.drawImage(GreenfootImage, int, int); either way, finish with setImage(image). The method can be public and called from the world using a reference to the paddle object 'paddle.goBig();' (if 'paddle' is the reference name).
@dlanni, drag the bird just a little down-left and release!
Have patience matt.milan! When you hit run, just let it go, and wait. The orbs will eventually come to you, and you will win!
@dlanni, start a discussion thread on this for help (I may be able to provide some).