Were there any error messages in the Java Console with the version on greenfoot.org?
No error messages. It was pogrammed to stop execution in the new world (but I do not know if it stopped because of the code or because of a possible error).
Is the scenario still on the site?
Yes, and no! I was trying to have my Private Messaging scenario display that you had to log in, if you were not already logged in, before the user started the program. The main world constructor would set the new world 'NoGoWorld' to display the message. It worked fine on my laptop (if no user was logged in, the new world displaying that you needed to log in showed). However, when I uploaded it onto the site, I just got a blank screen. If you want, I can upload a simple example for you to look at.
Yes, uploading an example would be helpful.
OK, I will upload it, see if I get the same results and post back.
Yes, that is what it should display (if you are logged in). If you are NOT, it should display something else; but, it is not doing so.
Ah, sorry, I misunderstood. You are no longer getting the white screen at all?
Regarding it showing the wrong result, that was a bug on the Greenfoot side; it should be fixed now, but you may need to clear your Java plugin cache (see link above) before you notice the effect.
Thanks, davmac. Will upload new version of scenario later.
New version uploaded. Now it displays BannedWorld and NoGoWorld during compilation/reset (instead of after clicking 'Run').
It seems the scenario is gone? I'm not sure I understand what the problem is now.