Okay, so I shift-clicked on Extras, chose Write Project Summary, read through it (most of it, at least, not the scripts) and it said: Stacks: 154. This can't be scripts because I know that there are seventy-something scripts. So what are these?
Offline
coolstuff wrote:
Okay, so I shift-clicked on Extras, chose Write Project Summary, read through it (most of it, at least, not the scripts) and it said: Stacks: 154. This can't be scripts because I know that there are seventy-something scripts. So what are these?
Stacks are a type of data structure often used in computer programming. My guess is that what you are seeing here is the number of stacks used by the Squeak program (underneath Scratch) to run your project. Why you would want to know this information is beyond me...it could be a loose measure of the memory requirements of the project. I may be totally wrong here; it's just a guess. We would need some help from the Scratch Team (or maybe Jens or another Squeak expert) to know for sure what that item means.
Offline
Paddle2See wrote:
coolstuff wrote:
Okay, so I shift-clicked on Extras, chose Write Project Summary, read through it (most of it, at least, not the scripts) and it said: Stacks: 154. This can't be scripts because I know that there are seventy-something scripts. So what are these?
Stacks are a type of data structure often used in computer programming. My guess is that what you are seeing here is the number of stacks used by the Squeak program (underneath Scratch) to run your project. Why you would want to know this information is beyond me...it could be a loose measure of the memory requirements of the project. I may be totally wrong here; it's just a guess. We would need some help from the Scratch Team (or maybe Jens or another Squeak expert) to know for sure what that item means.
Wow! I thought it was just with the Scratch project, but I guess it had to do with Squeak... Thanks a bunch!
Offline
I don't think this has anything to do with Squeak. The "scripts" count takes only those stacks of blocks into consideration which are topped by an event-hat-block, because they're the only ones actually executed, wheras the "stacks" count in the project summary probably counts every "stack of blocks" no matter if topped by an event-hat or not.
Offline