This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2010-03-01 16:56:10

ThePCKid
Scratcher
Registered: 2009-09-16
Posts: 1000+

Re: Long Scripts are Truncated

Lightnin wrote:

I think RHY mentioned that they actually code things in two scripts, and then stick them together just at the end. So you could try that technique. Hope that helps  smile

Good ol' RHY  smile

Offline

 

#27 2010-03-01 18:07:00

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Long Scripts are Truncated

Lightnin wrote:

Yes - this is a bit of a glitch.  smile
Scratch sets aside a certain size memory buffer in which to store the image for each Script. When we designed it, we never imagined that 1S1S would become a trend, so we just set it to a size which, for most projects that use multiple scripts, is way more than you'd ever need. But with large 1S1S projects, that limit is sometimes crossed. So the picture of the script just ends.  oops!

I think RHY mentioned that they actually code things in two scripts, and then stick them together just at the end. So you could try that technique. Hope that helps  smile

Thank you for the idea! It will probably be more like 4 parts, but it's still the best way anyone has mentioned to deal with it.


nXIII

Offline

 

#28 2010-03-27 14:21:39

ChuxXxliciousness
Scratcher
Registered: 2010-02-25
Posts: 90

Re: Long Scripts are Truncated

Strange. I have the same problem, I'm making a 1S1S1C project, but the script disappears. Even worse is that the code that isn't showing up isn't even running, so half of my game is missing...


http://img443.imageshack.us/img443/676/continent2.pnghttp://img180.imageshack.us/img180/9229/button2a.png

Offline

 

#29 2010-03-27 15:02:04

GirWaffles64
Scratcher
Registered: 2009-08-09
Posts: 1000+

Re: Long Scripts are Truncated

Well, I'm no help. And w00t! 1s1s Tetris!


hey kiddoes i'm back

Offline

 

#30 2010-03-27 15:13:53

Greenboi
Scratcher
Registered: 2010-01-30
Posts: 1000+

Re: Long Scripts are Truncated

nXIII wrote:

Lightnin wrote:

Yes - this is a bit of a glitch.  smile
Scratch sets aside a certain size memory buffer in which to store the image for each Script. When we designed it, we never imagined that 1S1S would become a trend, so we just set it to a size which, for most projects that use multiple scripts, is way more than you'd ever need. But with large 1S1S projects, that limit is sometimes crossed. So the picture of the script just ends.  oops!

I think RHY mentioned that they actually code things in two scripts, and then stick them together just at the end. So you could try that technique. Hope that helps  smile

Thank you for the idea! It will probably be more like 4 parts, but it's still the best way anyone has mentioned to deal with it.

Seems like it should... is it doesn't i'll try to help out.

Offline

 

#31 2010-03-28 18:06:51

1stCorinthians
Scratcher
Registered: 2009-06-14
Posts: 52

Re: Long Scripts are Truncated

Chrischb wrote:

nXIII wrote:

The-Whiz wrote:


I just can't figure out how to make the blocks actually work... i know how to make them, though.

OK, now that I have BBCode and no 500-character limit:

1. Turn fill screen off (by shift-clicking on the R in the Scratch logo...

Wow... thanks!

Man... How do you understand this stuff? I dont know how to program Squeak!

Offline

 

#32 2010-04-04 17:32:08

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: Long Scripts are Truncated

nXIII wrote:

ThePCKid...
XP is one of the slim-est OS's. It's better to use XP than Vista or 7.

Unless you have 64 bit.  (ME!)  big_smile

Offline

 

#33 2010-04-04 21:05:30

ThePCKid
Scratcher
Registered: 2009-09-16
Posts: 1000+

Re: Long Scripts are Truncated

shadow_7283 wrote:

nXIII wrote:

ThePCKid...
XP is one of the slim-est OS's. It's better to use XP than Vista or 7.

Unless you have 64 bit.  (ME!)  big_smile

I have 64-bit W7!

But I also have 32-bit WinVista *sigh*

Offline

 

#34 2012-04-13 18:08:11

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: Long Scripts are Truncated

Lightnin wrote:

Yes - this is a bit of a glitch.  smile
Scratch sets aside a certain size memory buffer in which to store the image for each Script. When we designed it, we never imagined that 1S1S would become a trend, so we just set it to a size which, for most projects that use multiple scripts, is way more than you'd ever need. But with large 1S1S projects, that limit is sometimes crossed. So the picture of the script just ends.  oops!

I think RHY mentioned that they actually code things in two scripts, and then stick them together just at the end. So you could try that technique. Hope that helps  smile

That is a problem. This could be fixed in Scratch 2.0.  smile


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

#35 2013-04-15 01:29:34

kieran1000
Scratcher
Registered: 2013-02-06
Posts: 43

Re: Long Scripts are Truncated

mathematics wrote:

Off-topic: What are those blocks at the blocks palette?

their operator blocks
(the only green one

Offline

 

#36 2013-04-15 01:33:13

kieran1000
Scratcher
Registered: 2013-02-06
Posts: 43

Re: Long Scripts are Truncated

what you could do is at the bit where it stops going
you could do a

 broadcast [NEXTSCRIPT v]  
and at the top start a new script that carries on what you are doing
 when I recive [NEXTSCRIPT v] 
                       what ever you are doing

Offline

 

#37 2013-04-19 11:01:12

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: Long Scripts are Truncated

kieran1000 wrote:

what you could do is at the bit where it stops going
you could do a

 broadcast [NEXTSCRIPT v]  
and at the top start a new script that carries on what you are doing
 when I recive [NEXTSCRIPT v] 
                       what ever you are doing

That's not 1s1s though.

Offline

 

Board footer