This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
Solomon
wrote ...
2017/1/22
Adding object to world
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
2017/1/22
#
If this is in a world subclass, simply remove 'getWorld().'.
You need to login to post a reply.
X