This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-02-24 01:00:21

chacharosie8888
Scratcher
Registered: 2012-04-12
Posts: 65

Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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


big_smile  my dog rosie is awesome!

Offline

 

#2 2013-02-24 04:13:36

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

What parts are you having trouble with? Could you upload what you have so far so we could examine it?

Offline

 

#3 2013-02-24 04:13:49

Sqervay
New Scratcher
Registered: 2012-10-28
Posts: 52

Re: Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Sry, but what's your question? A list of dog-sprites???

Offline

 

#4 2013-02-24 16:58:08

chacharosie8888
Scratcher
Registered: 2012-04-12
Posts: 65

Re: Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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


big_smile  my dog rosie is awesome!

Offline

 

#5 2013-02-24 17:03:08

chacharosie8888
Scratcher
Registered: 2012-04-12
Posts: 65

Re: Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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


big_smile  my dog rosie is awesome!

Offline

 

#6 2013-02-24 18:19:33

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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! smile

Last edited by maxamillion321 (2013-02-24 18:32:32)

Offline

 

#7 2013-02-24 18:56:27

chacharosie8888
Scratcher
Registered: 2012-04-12
Posts: 65

Re: Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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! smile

thanks for understanding you where a big help!!!! it works


big_smile  my dog rosie is awesome!

Offline

 

#8 2013-02-24 18:58:12

chacharosie8888
Scratcher
Registered: 2012-04-12
Posts: 65

Re: Please Help I Beg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

you are a life saver!

i have been wanting to do this 4 ever!

Last edited by chacharosie8888 (2013-02-24 19:31:49)


big_smile  my dog rosie is awesome!

Offline

 

Board footer