figured this out, but greenfoot terminal window popped up and said this.
java.lang.NullPointerException
at Redicle.act(Redicle.java:17)
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)
Unless a mouse action is detected internally (the mouse is moved or a button state is changed), no MouseInfo object will be returned by 'Greenfoot.getMouseInfo()' (the returned value is 'null'). Check that the object is not 'null' before calling any MouseInfo methods on the object.