Hi, this is second day learning programming so there is a lot I don't know about it and my first program has a lot of room to improve:
http://scratch.mit.edu/projects/wanghuimike/2747486
There are two glitches when it's played on the website that don't exist when I play it on Scratch on my laptop:
The grass is not where I want it to be.
The soccer net does not disappear once the cat scores.
I know it's a lot to ask but could somebody download it and find out why it works as I wish it to in the scratch program but not on the internet? I would greatly appreciate it if somebody does. Thank you!
Offline
wanghuimike wrote:
Hi, this is second day learning programming so there is a lot I don't know about it and my first program has a lot of room to improve:
http://scratch.mit.edu/projects/wanghuimike/2747486
There are two glitches when it's played on the website that don't exist when I play it on Scratch on my laptop:
The grass is not where I want it to be.
The soccer net does not disappear once the cat scores.
I know it's a lot to ask but could somebody download it and find out why it works as I wish it to in the scratch program but not on the internet? I would greatly appreciate it if somebody does. Thank you!
I played it on the Flash player, it was fine, dragged out my old copy of IE (shudder) to play it in Java, it was Java. There are three things that I can see to do:
1. Say in the project notes (click them on the website) that it does not work in Java, and to use Flash or download.
2. Make a script to detect Java and if it equals Java then have the Cat say 'Please download or use Flash'. I could give you the script, if you want.
3. Wait for 2.0 to come out, when Java will be scrapped.
Offline
What if a guest comes and tries to play the project? (S)he can't play the project, nor download it.
Offline
LightFlash wrote:
What if a guest comes and tries to play the project? (S)he can't play the project, nor download it.
![]()
Say 'If you are not logged in, then add /downloadsb to the end of the URL, and open it in Scratch'.
Offline
Some projects just don't work online. This is due to the online players not playing the Scratch file directly, but converting the code into another language (Flash or Java, depending on which player. Flash is almost always better though, and I reckon 90% of people use it over the Java player), so occasionally there'll be bugs. You can fix them though, if you tweak some of your scripts so they do the same thing but in a different way. I'll take a look and try to fix it later.
Offline