I'd like to see in scratch 1.4 that the hide/show varible works better. Another suggestion is maybe a <receive> block.
Offline
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
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
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
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
yah because a variable IS a broadcast constanly broadcasting a message that can change
Offline
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
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
keroro645 wrote:
Actually, I think juist using variables are easier.
not always.
Offline
well anyway i think the hide/show would be better.
Offline