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

2013/9/25

having problems with making a background

capylego capylego

2013/9/25

#
I downloaded a picture from google and put it in to greenfoot and made it a backgroung and when i try to compile the world it comes up with an error saying can't find symbol - method GreenfootImage(java.lang.string) what do i do the get rid of it
danpost danpost

2013/9/25

#
Because the error message is saying it cannot find a method, I would think that you did not use the 'new' keyword in front of 'GreenfootImage(java.lang.string)' (which is a constructor -- not a method).
capylego capylego

2013/9/26

#
hay thanks it worked
You need to login to post a reply.