ummmm... not totally sure, try downloading some of them and seeing
Offline
Not totally sure, but I think there is a sprite with a costume of each letter. When that letter is pressed on the keyboard, it changes to the equivalent costume and stamps itself.
Example:
[blocks]
<when[ A ]key pressed>
<broadcast[ A ]>
<when I receive[ A ]>
<switch to costume[ A ]>
<stamp>
[/blocks]
When you get your downloading problem fixed, download one and take a look!!
Offline
Or maybe even simpler -
[blocks]
<when[ A ]key pressed>
<switch to costume[ A ]>
<stamp>
[/blocks]
Last edited by relyt12101 (2007-10-25 19:49:50)
Offline
Well you need a curser. When a letter is not being stamped, the costume changes to the curser.
Again, download a typing project when you can.
Offline
thats so comefusing
Offline
If the letters are stamped then [blocks]<clear>[/blocks] will do it.
If they are done with [blocks]<say[ foo ]>[/blocks] then an empty say block will clear.
Offline
What do you mean say Foo? I mean I know the block and such, but why does that help?
Possibly make a clear button and then
[blocks]<when[Clear button]clicked>[/blocks]
[blocks]<broadcast[clear all][/blocks]
And then tell it to:
[blocks]<when I receive[clear all][/blocks]
<switch to costume[no letter]
But I don't know, I havn't tried it. That's my suggestion, you can try it but it won't work. (I think)
Offline
how do you git pickters in a mesige like this
Offline
fantasyangel--
[img]You put the URL of the image here![/img]
If you want to be able to use the blocks, just see the section 'Adding Scratch Blocks', which is right below where you post a message.
Offline
whats a url im new to this so ..ya
Offline
A URL (Uniform Resource Locator) is an address for a web page. Most of the ones you'll see here start with http://scratch.mit.edu/
Offline