The newest version of Slash includes new blocks, including a new block type, the costume block. You can report images with it.
Offline
henley wrote:
This is actually kind of cool. I like the new block type!
Thank you.
Offline
Wow, this Slash is pretty cool! I especially love that special light-blue block in the sensing category that sort-of emulates first class sprites, that's really something else (both the block and the way it reports the sprite's costume). Kudos!
I've got one question, though: There's a similarly shaped purple reporter block with two "knobs" in the "looks" category which seems to report anything I type into it: What is it supposed to be doing?
Moving variable watchers and hiding/showing lists is also cool!
Offline
Jens wrote:
Wow, this Slash is pretty cool! I especially love that special light-blue block in the sensing category that sort-of emulates first class sprites, that's really something else (both the block and the way it reports the sprite's costume). Kudos!
I've got one question, though: There's a similarly shaped purple reporter block with two "knobs" in the "looks" category which seems to report anything I type into it: What is it supposed to be doing?
Moving variable watchers and hiding/showing lists is also cool!
Thank you!
The empty costume block is for converting non-costume blocks to costume blocks for if you make something with the special report squeak blocks. A good one is (ScratchFrameMorph report [self skinAt: 'bigFolderIcon']) or some other ScratchSkin item. It makes it so that it can be put in a costume slot, which currently looks like [costume]
Last edited by Billybob-Mario (2010-09-17 14:42:01)
Offline
you released it before mine!
I like your image reporting feature. I especially love the new block type; however, i find it a bit restrictive. If, for example, you wanted to set a variable to an image, you wouldn't be able to then use that variable in the 'costume' slot. That's why i chose to accept any reporter for the feature included in Bingo 1.3 and checking whether it is an image in the code.
Offline
LS97 wrote:
you released it before mine!
![]()
I like your image reporting feature. I especially love the new block type; however, i find it a bit restrictive. If, for example, you wanted to set a variable to an image, you wouldn't be able to then use that variable in the 'costume' slot. That's why i chose to accept any reporter for the feature included in Bingo 1.3 and checking whether it is an image in the code.
That's what the empty block in the looks category is for! You can put non-costume blocks into a costume slot using it.
Offline