Discuss Scratch

nyunyuinwonderland
New Scratcher
2 posts

Typing game script?

I'm new here (also new to scratch since I just downloaded yesterday). I want to make typing game, but don't know how. I read the instructions about the script but I'm still confused, please help
scubajerry
Scratcher
1000+ posts

Typing game script?

Free typing with Scratch is sort of painful. Take a look at this project. http://scratch.mit.edu/projects/12310799/
nyunyuinwonderland
New Scratcher
2 posts

Typing game script?

Is it that hard? I checked the website and I had no idea what was it all about
scubajerry
Scratcher
1000+ posts

Typing game script?

nyunyuinwonderland wrote:

Is it that hard? I checked the website and I had no idea what was it all about

If you go to that project and click SEE INSIDE, you can see the scripts that could be used. You have to have a small script for each character on the keyboard.
Splodgey
Scratcher
100+ posts

Typing game script?

To display the text, use this. For the rest, what scubajerry said.
Tomeaka123
Teacher
2 posts

Typing game script?

hi i need a little bit of help with my prodjets i would like to make some typing games please help me
whenclickedsayHELP
gtoal
Scratcher
1000+ posts

Typing game script?

Tomeaka123 wrote:

hi i need a little bit of help with my prodjets i would like to make some typing games please help me
whenclickedsayHELP
Hi. We usually discourage people from re-activating old threads to ask a new question, but since yours is the identical request I guess we can let it stand this time.

To do a typing game you need to decide on a few things up front:

1) output: do you want it in a fancy type-writer-like text (ie graphical text, which will require a font engine) or are you OK with scratch's internal text as used in variable displays. If so there's a good app you can reuse - I think it's called ‘autotext’?

2) input - how much like a typewriter do you want it to be? If you want people to press carriage return at the end of a line, you'll have to find out about hacked blocks. If you want to distinguish between upper case and lower case you'll also need to learn some tricks, because Scratch tries really hard to make upper case indistinguishable from lower case.

once you've decided on these design features, post here and we'll help. At this stage of learning you'll almost certainly want to re-use other people's code to implement both the input and output parts (which to be honest doesn't leave much to do! just the game part…)

G
heihjk
Scratcher
4 posts

Typing game script?

There is another solution (costumes=letters)
whenclickedgotox:..y:..set repeatingto0ifkey ..pressed?thenswitchcostumeto ..move20stepsshowstamphidechange repeatingby1ifrepeating>1thenstop this script
codeman1044
Scratcher
1000+ posts

Typing game script?

Please don't necropost. This topic is from 2013.

Hello 60 second rule
NoelGamer06
Scratcher
23 posts

Typing game script?

I have made one but it's kinda hard to customise, you can write but can't define where you'd be able to write and can't detect what is written in there.
codeman1044
Scratcher
1000+ posts

Typing game script?

Please check the date before posting. This topic is from 2013.
heihjk
Scratcher
4 posts

Typing game script?

NoelGamer06 wrote:

I have made one but it's kinda hard to customise, you can write but can't define where you'd be able to write and can't detect what is written in there.
If it's from my code (the one above) I am sorry but I forgot to put this:
ifxposition=..andyposition=..thensetxto..changeyby20

For the “set x to..” use the starting postion from my previous comment
!CAN BE USED FOR ANY TYPING PROGRAM!
heihjk
Scratcher
4 posts

Typing game script?

Hope I helped!
whenclickedhelpotherswiththeirwork
Nambaseking01
Scratcher
1000+ posts

Typing game script?

heihjk wrote:

Hope I helped!
whenclickedhelpotherswiththeirwork

No, because this thread is from 2013 — the creator must've forgotten about it. No offense, I am just trying to help you out.
What you're doing is necroposting. It doesn't seem like a big deal, but read this before you are sure: https://en.scratch-wiki.info/wiki/Necropost

Powered by DjangoBB