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

#1 2012-02-09 22:59:24

wolvesstar97
Scratcher
Registered: 2011-08-31
Posts: 1000+

( ) to ( ) block

So, I  ALSO was thinking of a

<( ) to ( )>
block. It would work like


when gf clicked
if <(answer)>=<(1) to (5)>
     broadcast [correct v]
end

Last edited by wolvesstar97 (2012-02-09 23:01:07)


https://dl.dropbox.com/u/33551365/psyko.png

Offline

 

#2 2012-02-09 23:30:08

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: ( ) to ( ) block

You could simply use this ^^ :

if <<(answer) > (0)> and <(answer) < (6)>>
 broadcast [Correct v]
end


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#3 2012-02-10 11:28:11

wolvesstar97
Scratcher
Registered: 2011-08-31
Posts: 1000+

Re: ( ) to ( ) block

Jonathanpb wrote:

You could simply use this ^^ :

if <<(answer) > (0)> and <(answer) < (6)>>
 broadcast [Correct v]
end

Well, you could do a broader range of things, like 1 to 100. I had a game in mind for using that block, but I dont remember now! And only that block would work!


https://dl.dropbox.com/u/33551365/psyko.png

Offline

 

Board footer