There's still an exception. At Zona.cambiaImagen(Zona.java:142) it looks you are setting the background image, however, the image format is not supported. (It might be supported on some systems, but not on others - it's best to use formats such as PNG which are fairly universal).
A new version of this scenario was uploaded on Tue Nov 25 13:20:24 UTC 2008
A new version of this scenario was uploaded on Tue Nov 25 16:59:37 UTC 2008
A new version of this scenario was uploaded on Tue Nov 25 17:40:51 UTC 2008
A new version of this scenario was uploaded on Tue Nov 25 23:41:34 UTC 2008
A new version of this scenario was uploaded on Wed Nov 26 02:10:29 UTC 2008
It's still not working? I was wrong before, I think - the image is in a supported format but you are accessing it with the wrong name, for instance, in Zona.java:
case 0: setBackground("D1.jpg");
... but the filename is "D1.JPG" not "D1.jpg". On the gallery filenames will be case-sensitive!! There are a whole bunch of similar problems.
A new version of this scenario was uploaded on Wed Nov 26 15:36:08 UTC 2008
A new version of this scenario was uploaded on Wed Nov 26 21:08:18 UTC 2008
A new version of this scenario was uploaded on Wed Nov 26 22:04:35 UTC 2008
2008/10/29
2008/11/6
2008/11/24
2008/11/24
2008/11/26
2008/11/27