I created a game, which has a lot of code. It works fine, if it's opened in Scratch. But after I uploaded the projekt, nothing happends, when I want to start it. Please help, I invested so much time in this...
Here's the project:
http://scratch.mit.edu/projects/fabi85/164318
Greets
Phil
Offline
I took a quick look at the project. The first thing I noticed is that most of the scripts were in English but there was a test on Background Number that had remained in some other language, 'Hintergrund Nr', and that test would not work until I went to the drop-down and selected 'Background #'. This is rather odd, since the project seems to have been done in English, judging from the sprite names. Possibly, this is your problem. Was this developed on an obsolete version of Scratch?
I think there is also a problem with the menu selection sprites cmdHowToPlay and cmdPlayGame. You are keeping them hidden until the mouse touches them, then you reveal them. This seems to work in Scratch. In the online player I don't think a hidden sprite will respond to a mouse touch. Try changing them from hidden to Ghost Effect 100.
There are several things online that work differently, usuallly having to do with mouse-clicks and mouse sensing. Someday soon I will write up everything I have learned on that subject and post it to the Forum.
Last edited by Paddle2See (2008-05-15 04:53:38)
Offline
Thank you very much for the tip with the "Hintergrund Nr.". It seems, this is a translation-bug. I'm from switzerland, so I used the German-Translation. When I changed the language to english, I had the same problem.
In the university it's usual to write code in English, that's why the "most " sprites and variables are named in english. It works now! In the future I work just with the english-GUI to avoid such problems! I put you in the ProjectNode to "honor" you
Now you can try
http://scratch.mit.edu/projects/fabi85/164417
Greets
Phil
Last edited by fabi85 (2008-05-15 08:09:13)
Offline