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

2017/1/22

Adding object to world

Solomon Solomon

2017/1/22

#
getWorld().addObject(new Scris(), 200, 200); Scris is the object i want to use but it says error at getworld - cannot find symbol method getworld
Super_Hippo Super_Hippo

2017/1/22

#
If this is in a world subclass, simply remove 'getWorld().'.
You need to login to post a reply.