I have a method in world called score and I'm trying to get Actor fish to run it.
I tried
World.score();
but it says "cannot find symbol - method score()"
'getWorld().score();' will not work, either. The score() method is not located in the 'World' class, but in the sub-class of World that HayleyG created. I will use 'WorldName' to refer to that sub-class of World.