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

#1 2012-05-05 03:03:02

Guruji1000
New Scratcher
Registered: 2011-05-04
Posts: 2

New variables' operations

I thought it would be nice to add to Scratch 2.0 some of my ideas :

1 : The booleans

I think the boolean variables may have an hexagonal shape, like

< () or ()>
.
We could propose to the user in the category "Variables" three thing :

- Create a variable ;
- Create a list ;
- Create a boolean.

Then we could use the boolean in a script like this :

when gf clicked
if <In life>
 say [You're still in life !]
end
instead of :

when gf clicked
if <(In life) = [true]>
 say [You're still in life !]
end
The letters

That's a small idea I had :

pick random (1) to (10)
We could also use the same block for the letters...

Okay, that's all the interesting things I propose

Offline

 

#2 2012-05-05 03:35:11

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: New variables' operations

The first one would be awesome, the second wouldn't really be used at all but I guess it'd still be nice to have.


Why

Offline

 

#3 2012-05-05 04:00:05

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: New variables' operations

The first suggestion would be nice.


http://trinary.tk/images/signature_.php

Offline

 

#4 2012-05-06 13:36:59

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: New variables' operations

I would really like these. Unfortunately, creating custom reporters and booleans isn't planned for 2.0. D:

Offline

 

Board footer