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

2013/2/15

setImage() ???

eluop eluop

2013/2/15

#
I want to set the image for an actor to an image that I have saved in the senarios image folder, I whrite setImage(java.lang.kasper.png) but it wont compile - what am I doing wrong?
Gingervitis Gingervitis

2013/2/15

#
when you want to set a image, the image file has to be in quotation marks. setImage("java.lang.kasper.png")
You need to login to post a reply.