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

#1 2008-04-23 20:30:08

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

New Blocks

There should be some blocks that show and hide <{ Variables }>

Last edited by Magnie (2008-04-23 20:31:13)

Offline

 

#2 2008-04-24 07:38:50

likegames
Scratcher
Registered: 2008-03-24
Posts: 100+

Re: New Blocks

yeah [blocks]<show><{ variables }><hide><{ variables }>


There are 10 types of people in this world: Those who understand trinary, those who don't, and those who think this is the same old signature.
Three lines! (and base three!)

Offline

 

#3 2008-04-24 07:46:50

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: New Blocks

can't do that.

Offline

 

#4 2008-04-29 15:46:44

likegames
Scratcher
Registered: 2008-03-24
Posts: 100+

Re: New Blocks

why not


There are 10 types of people in this world: Those who understand trinary, those who don't, and those who think this is the same old signature.
Three lines! (and base three!)

Offline

 

#5 2008-05-01 11:18:17

ilovescratch1
Scratcher
Registered: 2008-04-09
Posts: 100+

Re: New Blocks

I'd like a block in Sensing or Numbers called, "score"  big_smile

Last edited by ilovescratch1 (2008-05-04 18:55:22)


It's true. I do love Scratch.
Cool! That was rainbow text! (Forum glitch  tongue )

Offline

 

#6 2008-05-04 18:55:44

ilovescratch1
Scratcher
Registered: 2008-04-09
Posts: 100+

Re: New Blocks

before it did something like ":d"


It's true. I do love Scratch.
Cool! That was rainbow text! (Forum glitch  tongue )

Offline

 

#7 2008-05-04 20:55:26

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: New Blocks

ilovescratch1 wrote:

I'd like a block in Sensing or Numbers called, "score"  big_smile

Just use the variable. I made a game that uses score variable to tell other sprites what to do. It's http://scratch.mit.edu/projects/Bluestribute/155992. Paddle2see also has an example. It's in Show and Tell under Math and Nerds Unite


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#8 2008-05-05 11:58:01

geckofreak
Scratcher
Registered: 2007-12-20
Posts: 100+

Re: New Blocks

I'd like a        < I recieve_ _ _ _ >       block  to be able to fit in the heagon shaped holes in if and forever if blocks

Last edited by geckofreak (2008-05-05 11:58:45)


http://img361.imageshack.us/img361/645/supersmashbroscharacterzg7.gif
cool  My Wii Friend Code 5069-3634-2461  cool

Offline

 

#9 2008-05-05 12:53:49

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: New Blocks

geckofreak, these blocks are conditionals, whereas receiving a message represents an event, therefore such a boolean block wouldn't ever evaluate "true". In Scratch events trigger threads, that's why you'll find them in "event hat blocks".

BTW, it's very interesting how this request keeps coming up (it must be one of the most sought after "missing features" of Scratch), it shows that the concept of parallel threads is not easily grasped by beginners (or by intermediate programmers in other "conventional" languages)...


Jens Mönig

Offline

 

#10 2008-06-19 23:32:32

Sacrifice4u
Scratcher
Registered: 2008-03-11
Posts: 4

Re: New Blocks

how about a go behind stage block. also, when if the stage is white, it should still be white but when sprites go behond it they will =still be able to be able to be shown in the white part

Offline

 

#11 2008-06-20 15:53:51

ilovescratch1
Scratcher
Registered: 2008-04-09
Posts: 100+

Re: New Blocks

ilovescratch1 wrote:

I'd like a block in Sensing or Numbers called, "score."

Oh wait, a long time ago I learned that you could make a variable called score. Oops!


It's true. I do love Scratch.
Cool! That was rainbow text! (Forum glitch  tongue )

Offline

 

#12 2008-06-20 15:56:20

ilovescratch1
Scratcher
Registered: 2008-04-09
Posts: 100+

Re: New Blocks

Sacrifice4u wrote:

how about a go behind stage block. also, when if the stage is white, it should still be white but when sprites go behond it they will =still be able to be able to be shown in the white part

I don't get it. Oh, and you spelled "beyond" wrong.


It's true. I do love Scratch.
Cool! That was rainbow text! (Forum glitch  tongue )

Offline

 

#13 2010-10-22 15:10:18

08thomam2
Scratcher
Registered: 2009-06-26
Posts: 2

Re: New Blocks

I think there should be a odd/even block, as in <(Number<=> odd )>

Offline

 

#14 2010-10-22 17:44:51

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: New Blocks

08thomam2 wrote:

I think there should be a odd/even block, as in <(Number<=> odd )>

Well, one way to do that is to divide it by 2, and if the answer's even, it's even. But is the answer has a decimal, it's odd.

At least that's how I do it...  hmm


-End Transmission-

Offline

 

Board footer