I'm trying to make it so after you click on an actor on the home page, it will direct you to another page. However, I keep getting an issue. PLEASE HELP???
java.lang.NullPointerException: The given world cannot be null.
at greenfoot.Greenfoot.setWorld(Greenfoot.java:70)
at Ladybug2.act(Ladybug2.java:19)
at greenfoot.core.Simulation.actActor(Simulation.java:568)
at greenfoot.core.Simulation.runOneLoop(Simulation.java:526)
at greenfoot.core.Simulation.runContent(Simulation.java:215)
at greenfoot.core.Simulation.run(Simulation.java:205)
My actor [Disallowed URL] code looks like this:

