Pages: 1
Topic closed
Wait for Scratch version 1.4
Unfortunatly, the current version of Scratch (1.3.1) does not have enough string handling capabilities for what you want.
Now, saying that, you could make a list of names that a user can choose from.
OR, if you are ready for some real pain... look at my Hangman game and do something similar.
Offline
BoltBait wrote:
Wait for Scratch version 1.4
Unfortunatly, the current version of Scratch (1.3.1) does not have enough string handling capabilities for what you want.
Now, saying that, you could make a list of names that a user can choose from.
OR, if you are ready for some real pain... look at my Hangman game and do something similar.
BoltBait you can have yuor signature now!
Offline
how do you make a game? do you have to download scratch?
Offline
Sneakyboy97 wrote:
how do you make a game? do you have to download scratch?
ARE YOU AN IDIOT?!??????!!!!!!?????
Offline
tomgalaxyzoo wrote:
Sneakyboy97 wrote:
how do you make a game? do you have to download scratch?
ARE YOU AN IDIOT?!??????!!!!!!?????
Sorry for being so rude.
Offline
tomgalaxyzoo wrote:
tomgalaxyzoo wrote:
Sneakyboy97 wrote:
how do you make a game? do you have to download scratch?
ARE YOU AN IDIOT?!??????!!!!!!?????
Sorry for being so rude.
Well, the thing, is, you have to download scratch.
Offline
sixela wrote:
how do u make a games
All you have to do to get started is to download Scratch!
There are almost endless possibilities with Scratch!
The first thing you should do, after you have downloaded Scratch, is to brainstorm what you would like to make. Then, apply your ideas to the Scratch Programming Blocks.
Remember, don't expect it to be easy at first. As you get better, it will get easier and easier.
I, personally, am still figuring some of it out.
Also remember that, if you ever get stuck, you can always post something in the Forums and ask a question.
Have fun, New Scratcher!
Offline
What can u press 2 start making a game? i know how to do it but not where 2 go.
Offline
ok press your mouse...right you with me? then dra g the blocks...you stil with me and drop them in the block zone...and repeat that and you got a game! fhew!! that was SOOOOO HARD to do!
Offline
its just simple. try with a moving script like this:[blocks]<when green flag clicked><move( any )steps>[/blocks] then get more advanced like this: [blocks] <when green flag clicked>
<forever><if><key[ left arrow ]pressed?>
<move( - anything )steps>
<end>
<if><key[ right arrow ]pressed?>
<move( any number. )steps>
<end>
<end>[/blocks]
So there you have your basic and advanced scripts. just remember if u need help just ask me!
Last edited by bart9032 (2009-05-15 01:57:36)
Offline
FMNickChopper wrote:
What can u press 2 start making a game? i know how to do it but not where 2 go.
First, you need to download the scratch software from here:
http://scratch.mit.edu/download
Offline
Ok I know things seem to be looking down but it is possible. What you do is make a typing string so that you can type a name each letter is added to a list. now set add list to a variable. Now this variable is the name. That's how you name it. If you want to know how to select a sprite just reply and ask me. If this doesn't make sense i'll make a tutorial. here's an example
[blocks]<set{variable}to(drag your list icon here)[/blocks]
Offline
Um... Not that I want to be rude, but we seem to have completely forgotten our topic.
My advice:
Real games where you name your character have a limit on how many letters you can use. The answer is a bit difficult to do: make each letter a different sprite. That will mean a LOT of costumes, but that's what most real-life games do.
Offline
GoogleplexPlus, that is not what most real games do. Usually real games have the player set a string variable to their name using an input text field.
This method will be possbile in scratch 1.4
In scratch1.3, you can make a list with the different values and set it up so that whatever letter is typed is added to the list.
Offline
Well, old games use that. I'm sort of basing that off a Game Boy version of Harvest Moon. Use my method for the time being, OK?
Can't you be a little kinder sounding? At least understandable?
Offline
Topic closed
Pages: 1