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

2012/4/21

Create a moving background

SPower SPower

2012/4/21

#
Hi all, I want to make the background to move down a little bit, but I don't know where to start. Can anyone help me? Thanks.
danpost danpost

2012/4/21

#
Create a new GreenfootImage that is the size of the world, but a little bit higher than the world height, and fill it with you main background color. Then draw the current background image onto the new image at (0, n) and set this image as the new background image.
You need to login to post a reply.