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

2012/2/20

Possible Drawing in World?

shahmeer shahmeer

2012/2/20

#
Is it possible to draw shapes using code in a world class? (similar to the video below) If so, how can this be achieved?
Builderboy2005 Builderboy2005

2012/2/20

#
In the world, you can use getBackground() to return a GreenfootImage representing the background image of your scenario. From there you can use any methods available to a GreenfootImage to draw whatever you please to the background!
shahmeer shahmeer

2012/2/20

#
Thanks, worked great!
You need to login to post a reply.