I'd like to be able to make:
Wait until:
1. I recieve: *broadcasted thing*
2. *button* button pressed
[blocks]<wait until><{ blah }>[/blocks]
[blocks]<when I receive[ something [/blocks]
[blocks]<when[ a ]key pressed>[/blocks]
Offline
I'd like to see Play note until <--->. And show/hiding lists.
Last edited by technoguyx (2009-03-28 12:10:09)
Offline
all these suggestions will make life easier.
but for now, just use what I have below for each one.
Firite:
Idea 1
when flag clicked
set [ a ] to [ 0 ]
when I receive [ b ]
set [ a ] to [ 1 ]
wait [ 0 ] secs
[ wait until ( I receive [ b ] ) ]
= [ wait until ( [ a ] = [ 1 ] ) ]
Idea 2
Already there.
Xkhaoz:
when flag clicked
set [ c ] to 0
repeat [ d ]
change [ c ] by [ 1 ]
end
[ repeat for ( d ) secs ]
= repeat until [ ( c ) = ( d ) ]
technoguyx:
If you want the note to be played in one long note, then I don't know. If you want the note repeated, then use:
repeat until [ e ]
play note [ f ] for [ g ] secs
Offline
big-bang wrote:
What about "touching anything but"? I wanted that for my first scroller.
How about if not touching ____
Last edited by bosox397 (2009-03-29 12:27:48)
Offline
bosox397 wrote:
big-bang wrote:
What about "touching anything but"? I wanted that for my first scroller.
How about if not touching ____
<< <not> <touching[ >>
That command does that fine.
Offline
demosthenes wrote:
bosox397 wrote:
big-bang wrote:
What about "touching anything but"? I wanted that for my first scroller.
How about if not touching ____
<< <not> <touching[ >>
That command does that fine.
Why'd you just repeat wat I said?
Offline
Wow. This is so old that I've gone on/off Scratch twice since posting this, and I have no idea what I mean in the Scratch blocks in the first post.
Thanks anyway, you guys, for trying to help 2009 me. (Because I don't think I've seen these posts before.)
Last edited by Firite87 (2010-07-18 22:12:36)
Offline
Is this for Scratch2.0?
<i recieve %e> is a good one
and the last one.... lol....
Link to [bla.com] (tutorials are there- just it'd be nice for it to be in real scratch!)
And no i am not necroposting. [/end refrence to Zombie Post survival guilde]
Offline
bbbeb wrote:
Link to [bla.com] (tutorials are there- just it'd be nice for it to be in real scratch!)
That's been suggested a lot before - essentially, people haven't approved much of this block because you could send people to inappropriate places. A solution could be that a popup could appear and say "Are you sure you want to go to "bla.com?"
I support, but not a lot of the community is with me
Offline
That is a good idea, coolstuff. I don't know what I would link to in a project, but it could have its uses.
Offline
(forever if/else) as one block instead of (forever(if/else))
[blocks]
<forever if>
<end>
<else>
<end>
[/blocks]
also, save file blocks under the control tab.
[create save file [A]]
[delete save file [A]]
[save to file [A]]
[load from file [A]]
replace "A" with a drop-down list
Last edited by MarioLuigi2009 (2010-07-20 22:47:41)
Offline
What about a forever block with a clip at the bottem<forever><end>?
Offline
how about "if on costume ___"
Offline
Hi,
First time here! I would like to start off as simple as possible for students who have only used Logo before. Is there a way to hide some blocks e.g. Sound, Sensing etc until they are ready to be introduced to them?
dpj
Offline
dpj wrote:
Hi,
First time here! I would like to start off as simple as possible for students who have only used Logo before. Is there a way to hide some blocks e.g. Sound, Sensing etc until they are ready to be introduced to them?
dpj
Welcome! There is no way to disable these blocks. But one approach lots of teachers have found to be helpful is to introduce Scratch with some constraints - like "Use only these 8 blocks to make something interesting..."
Check out ScratchEd for more on this - here's a link to something you might find helpful, but do browse around!
http://scratched.media.mit.edu/resources/designing-scratch-workshop
Offline
lilacfuzz101 wrote:
how about "if on costume ___"
you could just use
if costume # = ?
Last edited by MarioLuigi2009 (2010-12-29 08:49:38)
Offline