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

#1 2009-05-07 19:18:47

golfer3
Scratcher
Registered: 2008-11-02
Posts: 1000+

fix hide/show varibles.

I'd like to see in scratch 1.4 that the hide/show varible works better. Another suggestion is maybe a <receive> block.

Offline

 

#2 2009-05-07 19:25:26

DawnLight
Scratcher
Registered: 2009-04-25
Posts: 500+

Re: fix hide/show varibles.

golfer3 wrote:

I'd like to see in scratch 1.4 that the hide/show varible works better. Another suggestion is maybe a <receive> block.

Don't we already have a recieve block?And if you are talking about the hide/show variable online I totally agree with you because one of my games variables didn't show up online.

Offline

 

#3 2009-05-07 19:34:41

golfer3
Scratcher
Registered: 2008-11-02
Posts: 1000+

Re: fix hide/show varibles.

DawnLight wrote:

golfer3 wrote:

I'd like to see in scratch 1.4 that the hide/show varible works better. Another suggestion is maybe a <receive> block.

Don't we already have a recieve block?And if you are talking about the hide/show variable online I totally agree with you because one of my games variables didn't show up online.

no like a small receive block like this:                           <mouse down?>                 
except like that but with <recieve___>

Offline

 

#4 2009-05-07 19:48:08

DawnLight
Scratcher
Registered: 2009-04-25
Posts: 500+

Re: fix hide/show varibles.

golfer3 wrote:

DawnLight wrote:

golfer3 wrote:

I'd like to see in scratch 1.4 that the hide/show varible works better. Another suggestion is maybe a <receive> block.

Don't we already have a recieve block?And if you are talking about the hide/show variable online I totally agree with you because one of my games variables didn't show up online.

no like a small receive block like this:                           <mouse down?>                 
except like that but with <recieve___>

Ohh!That will come in handy!

Offline

 

#5 2009-05-07 19:48:19

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: fix hide/show varibles.

golfer3 wrote:

DawnLight wrote:

golfer3 wrote:

I'd like to see in scratch 1.4 that the hide/show varible works better. Another suggestion is maybe a <receive> block.

Don't we already have a recieve block?And if you are talking about the hide/show variable online I totally agree with you because one of my games variables didn't show up online.

no like a small receive block like this:                           <mouse down?>                 
except like that but with <recieve___>

Already possible

when Flag clicked
set [ variable ] to [ 0 ]

when I receive [ broadcast ]
set [ variable ] to [ 1 ]
wait [ 0.1 ] seconds
set [ variable ] to [ 0 ]

< received [ broadcast ] > = < [ variable ] = [ 1 ] >

Offline

 

#6 2009-05-08 06:44:14

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: fix hide/show varibles.

yah because a variable IS a broadcast constanly broadcasting a message that can change


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#7 2009-05-08 07:16:30

golfer3
Scratcher
Registered: 2008-11-02
Posts: 1000+

Re: fix hide/show varibles.

bhz wrote:

golfer3 wrote:

DawnLight wrote:

Don't we already have a recieve block?And if you are talking about the hide/show variable online I totally agree with you because one of my games variables didn't show up online.

no like a small receive block like this:                           <mouse down?>                 
except like that but with <recieve___>

Already possible

when Flag clicked
set [ variable ] to [ 0 ]

when I receive [ broadcast ]
set [ variable ] to [ 1 ]
wait [ 0.1 ] seconds
set [ variable ] to [ 0 ]

< received [ broadcast ] > = < [ variable ] = [ 1 ] >

i know that way but it would be like 10x easier.

Offline

 

#8 2009-05-08 07:17:36

golfer3
Scratcher
Registered: 2008-11-02
Posts: 1000+

Re: fix hide/show varibles.

DawnLight wrote:

golfer3 wrote:

DawnLight wrote:


Don't we already have a recieve block?And if you are talking about the hide/show variable online I totally agree with you because one of my games variables didn't show up online.

no like a small receive block like this:                           <mouse down?>                 
except like that but with <recieve___>

Ohh!That will come in handy!

yeah i know, thats why it'd be cool to have oone.

Offline

 

#9 2009-05-08 08:35:42

keroro645
Scratcher
Registered: 2008-06-07
Posts: 1000+

Re: fix hide/show varibles.

Actually, I think juist using variables are easier.

Offline

 

#10 2009-05-09 07:42:18

golfer3
Scratcher
Registered: 2008-11-02
Posts: 1000+

Re: fix hide/show varibles.

keroro645 wrote:

Actually, I think juist using variables are easier.

not always.

Offline

 

#11 2009-05-09 19:48:32

golfer3
Scratcher
Registered: 2008-11-02
Posts: 1000+

Re: fix hide/show varibles.

well anyway i think the hide/show would be better.

Offline

 

Board footer