When I was making a Scratch project I needed a wait until block. But I needed the sprite to wait until it received something. So I say in scratch 2.0. the scratch team makes that round thing.
Offline
You could do this... When it broadcasts, switch a variable to 1.
then you could do
wait until variable= 1
Offline
FreshStudios wrote:
You could do this... When it broadcasts, switch a variable to 1.
then you could do
wait until variable= 1
Here:
when gf clicked set [state v] to (0) scripts here wait until < (state) = (1) > scripts here when I receive [broadcast v] set [state v] to (1)Though I agree, it would be nice to have that.
Last edited by trinary (2012-04-15 18:54:58)
Offline
I'm making a scratch mod right now. JUST decided to add this. Thanks!
Offline
thanks!
Offline