Pages: 1
I am making a search game thing like google but idk how example: the player types in the search Dogs i want a list of dog sprites n stuff to come up i hope u understand
Offline
kayybee wrote:
What parts are you having trouble with? Could you upload what you have so far so we could examine it?
ok what i mean is like a key word like people make passwords and it logs them into the game well i want something like a password the point is the password part an example is here http://scratch.mit.edu/projects/Greenboi/1151505 His password is ScVxDF2
Offline
Sqervay wrote:
Sry, but what's your question? A list of dog-sprites???
ok what i mean is like a key word like people make passwords and it logs them into the game well i want something like a password the point is the password part an example is here http://scratch.mit.edu/projects/Greenboi/1151505 His password is ScVxDF2
Offline
when gf clicked ask [What is the password?] and wait if <<answer> = [(What ever your password wants to be.)]> ask [What would you like to search for?] and wait if <<answer> = [dogs]> switch to costume [costume_2 v]//dog pictures end else if <<answer> = <not [(Whatever your password wants to be.)]>> ask [Incorrect.] and wait//You put the ask block instead of the say block because then you can try to type the correct password again instead of it dissappearing and pressing the green * again.Hope this works!
Last edited by maxamillion321 (2013-02-24 18:32:32)
Offline
maxamillion321 wrote:
when gf clicked ask [What is the password?] and wait if <<answer> = [(What ever your password wants to be.)]> ask [What would you like to search for?] and wait if <<answer> = [dogs]> switch to costume [costume_2 v]//dog pictures end else if <<answer> = <not [(Whatever your password wants to be.)]>> ask [Incorrect.] and wait//You put the ask block instead of the say block because then you can try to type the correct password again instead of it dissappearing and pressing the green * again.Hope this works!
thanks for understanding you where a big help!!!! it works
Offline
you are a life saver!
i have been wanting to do this 4 ever!
Last edited by chacharosie8888 (2013-02-24 19:31:49)
Offline
Pages: 1