This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » Scratch 2.0 Block Suggestion - A repeat until message recieved block

#1 2012-11-15 20:04:42

firestorm185
Scratcher
Registered: 2010-10-16
Posts: 9

Scratch 2.0 Block Suggestion - A repeat until message recieved block

Ok, so I ran out of votes over in Scratch Suggestions, but I just now thought up this block and wanted to see what the Scratch team and other scratchers thought about it, so I thought I'd post a topic in the forums. I made a project explaining my block, you can ask questions there or here and I'd be happy to answer them. Thx guys! ^^

Explanation Project: http://scratch.mit.edu/projects/firestorm185/2911720

Offline

 

#2 2012-11-15 20:08:37

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Scratch 2.0 Block Suggestion - A repeat until message recieved block

But that would go with the suggestion for this boolean block:

<[message v] received?>
Which would be really hard to make, especially for something with a very easy workaround:
set [selected var v] to [0]
repeat until <(selected var)=[1]>
scripts...
end

Offline

 

#3 2012-11-15 20:27:57

firestorm185
Scratcher
Registered: 2010-10-16
Posts: 9

Re: Scratch 2.0 Block Suggestion - A repeat until message recieved block

TorbyFork234 wrote:

But that would go with the suggestion for this boolean block:

<[message v] received?>
Which would be really hard to make, especially for something with a very easy workaround:
set [selected var v] to [0]
repeat until <(selected var)=[1]>
scripts...
end

________

True, but it becomes a whole lot easier if you can just tell the script something instead of having to flip through multiple tabs to collect all that information. it would simply all be on the control tab, and you just have to select which message you want.  instead of

set [selected var v] to [0]
repeat until <(selected var)=[1]>
scripts...
end
It would be just

repeat until <[message v] received?>
scripts...
end
melded together into one script. Doesn't even have to be boolean. I can see how you thought that out though.  smile

Offline

 

#4 2012-11-15 21:37:05

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Scratch 2.0 Block Suggestion - A repeat until message recieved block

firestorm185 wrote:

TorbyFork234 wrote:

But that would go with the suggestion for this boolean block:

<[message v] received?>
Which would be really hard to make, especially for something with a very easy workaround:
set [selected var v] to [0]
repeat until <(selected var)=[1]>
scripts...
end

________

True, but it becomes a whole lot easier if you can just tell the script something instead of having to flip through multiple tabs to collect all that information. it would simply all be on the control tab, and you just have to select which message you want.  instead of

set [selected var v] to [0]
repeat until <(selected var)=[1]>
scripts...
end
It would be just

repeat until <[message v] received?>
scripts...
end
melded together into one script. Doesn't even have to be boolean. I can see how you thought that out though.  smile

The ST refuses to add workaroundable blocks.  Sorry.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#5 2012-11-15 21:39:30

firestorm185
Scratcher
Registered: 2010-10-16
Posts: 9

Re: Scratch 2.0 Block Suggestion - A repeat until message recieved block

Darn. ok, thanks Firedrake.

Offline

 
  • Index
  •  » Suggestions
  •  » Scratch 2.0 Block Suggestion - A repeat until message recieved block

Board footer