Hmm, what could that be used for?
Offline
But what would it be used for?
Offline
I get it...
Lets say I have a list of 5 'ICE' and 3 'lol', if you used (LIST contains how many of [ICE]) it would report 5.
But that can be used differently.
set %num to (0)
set %read to (1)
repeat (length of !list!)
if < (item (read) of !list!) = [ICE]>
change %num by (1)
<end if>
change %read by (1)
<end repeat>
num would be 5.
Offline
You should include these blocks:
[Show list []]
[Hide list []]
[Move [] of [] to [] of []]
<Color [] of [] is touching []?>
Offline
I wouldn't be using the block but it would be nice.
By the way...
TheoMarr wrote:
You should include these blocks:
[Show list []]
[Hide list []]
[Move [] of [] to [] of []]
<Color [] of [] is touching []?>
You could recommend these in some topics that ask for different blocks that people want in Scratch 1.5.
Last edited by Jonathanpb (2009-07-21 01:37:22)
Offline