My really long script looks like it's been cut...
Click and then zoom in for full size
Last edited by jji7skyline (2011-09-27 20:59:14)
Offline
O_O
I don't think there's any limit other than Squeak's memory limit... which you may have hit with a script that large. It's also very likely that the script is simply so massive that it's taking a very long time to draw, so you're just not seeing the whole thing.
Offline
Um, why on earth do you need a script like that? Can't you just use repeat blocks or something? O.o
Well... I suppose if that's really necessary, you could try splitting it up into separate scripts. That cutoff thing only happens on single, really long scripts.
Offline
hmnwilson wrote:
Um, why on earth do you need a script like that? Can't you just use repeat blocks or something? O.o
Well... I suppose if that's really necessary, you could try splitting it up into separate scripts. That cutoff thing only happens on single, really long scripts.
Well, It's for some music I'm rendering with the MIDI blocks. I've uploaded it now
Offline
jji7skyline wrote:
Well, It's for some music I'm rendering with the MIDI blocks.
Aha!
Offline
jji7skyline wrote:
hmnwilson wrote:
Um, why on earth do you need a script like that? Can't you just use repeat blocks or something? O.o
Well... I suppose if that's really necessary, you could try splitting it up into separate scripts. That cutoff thing only happens on single, really long scripts.Well, It's for some music I'm rendering with the MIDI blocks. I've uploaded it now
Hint: Put all the numbers in a list alphabetically then:
[repeat (length of sound)]
[play sound* (item current of sound)]
[change current by 1]
[/repeat]
*Whatever the MIDI block was.
Offline
It's a bug in Scratch that will be fixed in 2.0.
Offline
Rexpup wrote:
Yeah, I have a 3D project with a superlong script, and it did that. The script will still work, you just cant see it.
Yes, It seems to work fine
Offline