Scratch Typewriter

Your browser needs java to view projects. Click here to install Java.

user_icon S65 shared it 2 years, 4 months ago
426 views, 1 tagger, 9 people love it, 78 downloads, in 10 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
S65 S65 2 years, 1 month ago

This was made 3 months ago. That was made 3 weeks ago. How can I steal something from the future?

Chimpanzee Chimpanzee 2 years, 1 month ago

STOLEN FROM (link to project)

Chimpanzee Chimpanzee 2 years, 1 month ago

STOLEN !!!

scratchman612 scratchman612 2 years, 1 month ago

Cool.

hmnwilson hmnwilson 2 years, 1 month ago

Actually, that only works on numbers.

hmnwilson hmnwilson 2 years, 1 month ago

I figured it out: hold the up arrow while holding down a key. It'll get stuck.

hmnwilson hmnwilson 2 years, 1 month ago

I found a bug: I don't know what I did, but somehow the c kept going forever and made a screenful of c's when I wasn't pressing anything.

S65 S65 2 years, 3 months ago

I've tried to do that, but for some reason it doesn't work...Maybe I'll try again.

_Dragon_MC_ _Dragon_MC_ 2 years, 3 months ago

"swithch"??

_Dragon_MC_ _Dragon_MC_ 2 years, 3 months ago

A backspace function can be had by creating just one extra variable: last-length. When a key is pressed, set last-length to the length of the letter. Then, if you press... whatever you press to do a backspace, it will swithch to a thin rectangle and repeat last-length: go back one and stamp. It might take awhile to actually delete the letter, but it was just a suggestion.

SonicPops SonicPops 2 years, 3 months ago

it sometimes goes to fast or dosent respond.But i think thats just a glitch.....right? Anyway, i think its quite good and took alot of work. Iam gonna give it a lovelet.

VF1 VF1 2 years, 3 months ago

SSSSsoomettimees iit wwritttess likke tthiss..

cornshot cornshot 2 years, 4 months ago

Itttt goas tooooo fst or dsnt respnd

cornshot cornshot 2 years, 4 months ago

its cool but you cant delete and it makes some spelling errors i think

corbjop corbjop 2 years, 4 months ago

cool but to kenyacat come on man its actully really cool and scratch isnt just for games it can make games video like things and interactive things like this so dont be so rude

wert7 wert7 1 year, 4 months ago

i agree

S65 S65 2 years, 4 months ago

It is =P

plumberry plumberry 2 years, 4 months ago

Cool. Only one script and one sprite. Must be one long script.

thinhdo thinhdo 2 years, 4 months ago

This may be boring but it's very cool how people design their flag in their own way.

Babygirl Babygirl 2 years, 4 months ago

cool

S65 S65 2 years, 4 months ago

bigB: I've put different space lengths for each letter, so a backspace would be more complicated than just that.

Dave911 Dave911 2 years, 4 months ago

I have made a very similiar project at (link to project) It has backspace feature but no capitals.

Jens Jens* 2 years, 4 months ago

I like this project, especially the uppercase function is very promising.

bigB bigB 2 years, 4 months ago

do you reckon a backspace could be done by just moving backwards and stamping a white rectangle? you could use the left arrow.

Fiz Fiz 2 years, 4 months ago

I think you should probably add typwriter sounds aswell. I dont know how but you should.

S65 S65 2 years, 4 months ago

...it's not a game, and it's basically Microsoft Word in Scratch. How are you going to do a spellcheck in Scratch?

kenyacat kenyacat 2 years, 4 months ago

To me this game seemed REALLY boring. Why use this when you can just use microsoft? I mean, it's really hard, you can't delete there's no spellcheck...Jeez! Maybe you could try structuring it a little...like write so and so on the keyboard. I think it would be a LOT funner.

jay jay* 2 years, 4 months ago

Very interesting S65! I have *just* made a very similar project (link to project) though I didn't add a lot of the features you did. I like how you put in CAPITALIZATION and punctuation. I think you can speed it up by changing your big forever loop. Instead of using lots of "if's" you can use nested "if-else's". That way if the letter is found the process can stop. If you put the most common letters (a e o r s t l n etc.) first, it will be even faster. Nice project.

Please Wait...