Its giving me an error
java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM.0)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkExit(Unknown Source)
at javax.swing.JFrame.setDefaultCloseOperation(Unknown Source)
at SnakeGame.<init>(SnakeGame.java:29)
at SnakeGame.main(SnakeGame.java:59)
at Button1.act(Button1.java:19)
at greenfoot.core.Simulation.runOneLoop(Simulation.java:288)
at greenfoot.core.Simulation.run(Simulation.java:158)
Seems your doing things that applets wont allow, for security reasons?
A new version of this scenario was uploaded on Sun Nov 29 01:12:47 UTC 2009
A new version of this scenario was uploaded on Sun Nov 29 01:15:27 UTC 2009
Sorry about the error
Download the source and run it.
The pac man part might not run, because it has maps, and the maps may not be included in the export.
A new version of this scenario was uploaded on Sun Nov 29 01:17:42 UTC 2009
2009/11/27
2009/11/27
2009/11/29
2009/11/29