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

2017/1/17

Setting Images

Hondrok Hondrok

2017/1/17

#
is there an option from where you can set the image of a specific actor for example setImage.*Actor*(...) ?
Super_Hippo Super_Hippo

2017/1/17

#
You need to get a reference to it and then you can call the 'setImage' method on it.
Hondrok Hondrok

2017/1/17

#
Super_Hippo wrote...
You need to get a reference to it and then you can call the 'setImage' method on it.
Thank youu
You need to login to post a reply.