Hi all,
I've been working on a game called chain reaction which works great in the dedicated scratch program but once uploaded into java the red atom does'nt change costume or colour! Can anyone point out why please ?
Offline
Maybe try broadcast-and-wait for the costume change.
Also, I don't think that waits shorter than about 0.02 seconds do anything, so you might want to lengthen the ones you added.
Offline
Thanks Kevin tried what you suggested but it still did'nt work - fixed now though instead of using the - switch to costume (whatever) I used the - next costume command and it worked most odd!
Offline
That is strange! Sounds like either you have a race condition that is sensitive to small differences in timing, or there is a bug in the scratch.jar file that you have tickled.
Offline