im getting this error message
java.lang.NullPointerException
at shark.hitafish(shark.java:85)
at shark.eat(shark.java:54)
at shark.act(shark.java:18)
at greenfoot.core.Simulation.actActor(Simulation.java:565)
at greenfoot.core.Simulation.runOneLoop(Simulation.java:523)
at greenfoot.core.Simulation.runContent(Simulation.java:213)
at greenfoot.core.Simulation.run(Simulation.java:203)

