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

#1 2011-12-08 22:32:28

hka1263
New Scratcher
Registered: 2011-12-08
Posts: 4

Urgent: School project!!

Hi,
I have a problem with my game, so you have the computer (the bear) and you have the gamer (you-the boy). It is a memory game by dancing. So, the bear shows you the dance moves and then you are supposed to do the same thing. My problem is I don't know how to make if the boy does a dance move right he gets a point and then when the boy got something wrong he loses and he loses a point. Can please someone help me with this. It is very urgent! Thank you!!

Here is my game so far: http://scratch.mit.edu/projects/hka1263/2204289

Offline

 

#2 2011-12-08 23:23:01

XOuter
New Scratcher
Registered: 2011-12-04
Posts: 20

Re: Urgent: School project!!

Congratulations, Your the first new scratcher I've ever seen with good grammar, so I'll help you. Sounds like you need variables... Give me a sec.

Offline

 

#3 2011-12-08 23:28:00

XOuter
New Scratcher
Registered: 2011-12-04
Posts: 20

Re: Urgent: School project!!

Got to go now though, so I can't help, I'll help next chance I get but Someone else may first.

Offline

 

#4 2011-12-08 23:42:22

AIOlover
Scratcher
Registered: 2011-05-08
Posts: 100+

Re: Urgent: School project!!

I'll help! Let me check out your project so far.


I'm currently http://blocks.scratchr.org/API.php?user=AIOlover&action=onlineStatus&type=text!
big_smile ~AIOlover~ big_smile

Offline

 

#5 2011-12-08 23:59:46

AIOlover
Scratcher
Registered: 2011-05-08
Posts: 100+

Re: Urgent: School project!!

Okay, here is the link to the fixed project, uploaded on my other account, MonkeysAnonomous. Enjoy!

http://scratch.mit.edu/projects/MonkeysAnonomous/2204587


I'm currently http://blocks.scratchr.org/API.php?user=AIOlover&action=onlineStatus&type=text!
big_smile ~AIOlover~ big_smile

Offline

 

#6 2011-12-11 07:02:14

Thenuclearduck
Scratcher
Registered: 2010-10-17
Posts: 100+

Re: Urgent: School project!!

Sounds like you need a couple of lists. Create two lists, one called your moves and the other called computer's moves. When the computer comes up with a set of moves delete ll of the computer's moves list and for every move add an item called the name of the move. Then when you have to respond to the moves, make it delete all from your moves and then make it when you do a move, add the move's name to your moves list. Then if the two lists are the same you copied the bear! You can then compare the twwo lists with a <(your moves)=(computer's moves)> boolean block. There you go, hope I helped.


http://blocks.scratchr.org/API.php?user=Thenuclearduck&amp;action=projects&amp;type=newest&amp;return=text&amp;num=1 is my newest project! It has http://blocks.scratchr.org/API.php?user=Thenuclearduck&amp;action=projects&amp;type=newest&amp;return=views&amp;num=1 views!

Offline

 

Board footer