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

2015/4/1

cannot find symbol addobject

greenfoot_user greenfoot_user

2015/4/1

#
my coding always shows the following error what should i do? cannot find symbol addobject
davmac davmac

2015/4/1

#
In general, if you're getting some sort of error, please post your code - at least the part where the error occurs (and indicate which line). In this case I guess you are trying to call the World class 'addObject' method, which has a capital 'O'. In other words it is 'addObject' not 'addobject'.
You need to login to post a reply.