I haven't got a clue what you mean with "open it with 'intro' ". Also, pressing 'p' doesn't seem to do anything for me. Can you really get out somehow? If so, I'm not smart enough to work it out...
A new version of this scenario was uploaded on Mon Dec 01 17:48:55 UTC 2008
A new version of this scenario was uploaded on Mon Dec 08 21:05:54 UTC 2008
You're trying to write a text file; you can't do that from an applet:
java.security.AccessControlException: access denied (java.io.FilePermission rec.txt write)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
at java.security.AccessController.checkPermission(AccessController.java:546)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at java.lang.SecurityManager.checkWrite(SecurityManager.java:962)
at java.io.FileOutputStream.<init>(FileOutputStream.java:169)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at java.io.FileWriter.<init>(FileWriter.java:73)
at Records.inicia(Records.java:53)
at Records.<init>(Records.java:13)
at Scenario.<init>(Scenario.java:29)
2008/11/24
2008/12/8
2008/12/10
2008/12/17
2009/1/28
2009/1/29