Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Celebrity Game Help
- Vaultboy111101
-
Scratcher
8 posts
Celebrity Game Help
Me and my friend have this game where we start off with the name of a famous person. The next person has to use the first letter of the previous celebrities last name as a new celebrities first letter of their first name, if you can not think of a name, you are out. For example if I say Martha Stewart, someone could say Scarlett Johansson, then the next person could say Jojo Siwa. I would like to turn this into a scratch game but I don't even know how to begin to start. Will someone PLEASE help me?
Last edited by Vaultboy111101 (Feb. 24, 2017 16:57:24)
- duckboycool
-
Scratcher
1000+ posts
Celebrity Game Help
set [letter v] to [1]
repeat until <(letter (letter) of (answer)) = [ ]>//you need a space here
change [letter v] by (1)
end
set [letter v] to (letter ((letter) + (1)) of (answer))
ask [New name] and wait
if <not <(letter (1) of (answer)) = (letter)>> then
...
end
- Vaultboy111101
-
Scratcher
8 posts
Celebrity Game Help
All that does is put letter at the top left and it infinitely goes up…?
- duckboycool
-
Scratcher
1000+ posts
Celebrity Game Help
You need a space “ ” there for it to work, and it has to be 1 space.
- Vaultboy111101
-
Scratcher
8 posts
Celebrity Game Help
I did have a space. Although, how did you have your grey “…” I can not find that.
Last edited by Vaultboy111101 (Feb. 27, 2017 17:23:09)
- gor-dee
-
Scratcher
1000+ posts
Celebrity Game Help
I have the space right there after answer =But you don't have an answer because you haven't asked a question!
- Discussion Forums
- » Help with Scripts
-
» Celebrity Game Help


