I noticed that there are several threads about things that the Scratch team has continuously said "no" to, so please stop asking about them:
Live chat:
This is a breeding ground for cyber-bullying
Running Scratch projects as standalone applications:
In most cases, this would hide the source code, breaking the license.
Letting us disable the 'download' button on projects:
Again, this would hide the source code.
--
Can a Scratch team member continue this thread?
Offline
boolean broadcasts
Offline
yambanshee wrote:
boolean broadcasts
They haven't strictly said no to that..
Offline
cheese wrote:
cheese rocks
apple wrote:
apples rock
glitch with bbc code
Last edited by golfer3 (2009-03-01 08:38:26)
Offline
NETSCRATCH!!!! so many ppl keep posting about it and its annoying
Offline
demosthenes wrote:
yambanshee wrote:
boolean broadcasts
They haven't strictly said no to that..
They have said that broadcasts arent booleans. Or at lest someone told me that they said it
Offline
jamie wrote:
Running Scratch projects as standalone applications:
In most cases, this would hide the source code, breaking the license.
Could You Give Out The Source Code and then would that break the license?
Offline
converting to flash. Their just too different to make it worth it for a computer to try convert it automaticly
Offline
coolstuff wrote:
<if I receive> won't happen.
It can be boolean! It would say yes or no if it's been broadcasted! And if you heard that it won't happen from Archmage, he would rather use 2 or more scripts instead of 1 block!
Offline
BWOG wrote:
coolstuff wrote:
<if I receive> won't happen.
It can be boolean! It would say yes or no if it's been broadcasted! And if you heard that it won't happen from Archmage, he would rather use 2 or more scripts instead of 1 block!
Thing is, its NOT a boolean (true/false, not yes/no) and if you really have to put it in a if statement do something like this
<when I receive[ X
<set{ xbroadcast }to( 1
<when green flag clicked>
<forever>
<if> <{ xbroadcast }> = 1
<set{ xbroadcast }to( 0
SCRIPT
Offline
Yes, I totaly agree with this! If I was the scratch team I think I would get pretty annoyed.
Offline
BWOG wrote:
coolstuff wrote:
<if I receive> won't happen.
It can be boolean! It would say yes or no if it's been broadcasted! And if you heard that it won't happen from Archmage, he would rather use 2 or more scripts instead of 1 block!
<when I receive[ broadcast
<set{ boolean }to(1
<wait( .1 )secsc>
<set{ boolean }to(0
There is your boolean broadcast.
Things like this should not be true or false though. It would mess you up when you try to use functions in other languages.
Also about your other statement, I try to have my code as compact as possible actually.
When possible, like with the move to x,y block, I try to use as few blocks as possible. Sometimes it appears that I use too much code but this is usually for added functionality or to make it easier to program.
Offline
Private Messages. Same as "Live Chat" perhaps...
Offline