I made one trivial change and your color picker overlay started to work online. I’ve seen several timing issues with the Java version of Scratch. (When I uploaded the project I also added a stamp showing my one line addition to your main program). http://scratch.mit.edu/projects/digimath/303060
Offline
i am having a similiar problem. i try out my demo game in presentation mode offline and it works well. i upload my project and online the vital thing (the 'turret') in the game does not show or do anything. it is supposed to hide when green flag is pressed and show when it recieves '1' - i am not sure what to do to fix this.
Bug Defender DEMO: http://scratch.mit.edu/projects/Dibbo222/303704
thanks dibbo..
Offline
Does the broadcast "1" use a variable? if so, it won't work online as I discovered in my recent creation animation.
Offline
Mayhem wrote:
Does the broadcast "1" use a variable? if so, it won't work online as I discovered in my recent creation animation.
it did but i changed that as i thought it was the problem - it didnt work
Offline
Dibbo222 wrote:
i am having a similiar problem. i try out my demo game in presentation mode offline and it works well. i upload my project and online the vital thing (the 'turret') in the game does not show or do anything. ....
I got past the problem you saw by removing the broadcast to "Blue T?" from the script that starts with the "When I receive Place Blue" cap in the "Blue T1" sprite. I replaced it with a "wait 1 secs" block. The next step would be to put the broadcast to "BlueT?" back, after the "wait 1 secs" block, to see if that fixes the race condition.
Last edited by Digimath (2008-10-28 08:02:13)
Offline