I am currently making a game. At the start of my game i want the person to enter their names but i dont know how to do this. Can anyone help!!! PLEASE!!!
Offline
Use the [ ask [ ] and wait ] block. Also, this belongs in All About Scratch.
Offline
unknownPerson wrote:
Use the [ ask [ ] and wait ] block. Also, this belongs in All About Scratch.
Oops, wrong account! (That was me)
Offline
if you want something quick and easy, i recommend using the ask block like SRR said above. but if you want it to look nice, you can use a variable with some extra scripts.
they would be something like: [/blocks]
<when[ A ]key pressed>
<set{ name }to( join <{ name }> and A
Offline
put it in the stage and it will look better. the (answer) block will tell you the name.
Offline
I'd say you're looking for the [ask _ and wait] and (answer) blocks. Both are in the sensing category.
Like LS97 said, you could make your own input system, but that usually requires more work than it's worth.
Offline