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

2011/10/8

SetImage() problem?

kiarocks kiarocks

2011/10/8

#
When i try to compile the following code:
GreenfootImage img = new GreenfootImage(s,10,Color.black,Color.white);
        setimage(img);
i get the error: setImage(greenfoot.GreenfootImage) does not exist. Did you mean setImage(GreenfootImage)?
kiarocks kiarocks

2011/10/8

#
whoops, i forgot to capitalize the I.
You need to login to post a reply.