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

#1 2011-08-18 12:25:11

joem789
Scratcher
Registered: 2011-01-09
Posts: 9

How can I make snake?

Could someone tell me everything I must note before making snake like making sure the red dot moves after its hit+ adding points...________Just tell me if I missed somin'!

SNAKE SPRITE
<when[ up ]key pressed>
<point in direction( 0
<move( 10 )steps>

And then I need to have a pellet sprite broadcasting that to the snake, making that a variable and adding to the snakes back so he's bigger, He also cant hit himself, Gimme the scripts like in my example plz

Offline

 

#2 2011-08-18 15:05:25

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

Re: How can I make snake?

umm I dont understand exactly what your saying can you please explain more?


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#3 2011-08-19 09:55:20

fuzzwuzz21
Scratcher
Registered: 2011-07-06
Posts: 15

Re: How can I make snake?

4lover wrote:

umm I dont understand exactly what your saying can you please explain more?

i dont understand either  hmm   hmm   hmm   hmm


SOPA and PIPA are dead. Next victim: ACTA.
united we stand, divided we fall. WE are the internet.                                  Spread the word.

Offline

 

#4 2011-10-01 10:00:26

joem789
Scratcher
Registered: 2011-01-09
Posts: 9

Re: How can I make snake?

oh sorry...

Offline

 

#5 2011-10-01 18:32:15

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: How can I make snake?

You could make the snake a different color and then use the "when touching color" block so that when you touch said color, the snake loses a point in the "life" variable. Also, in snake, mostly you don't have to hold down the snake -- it keeps going. So you could just make the arrow keys turn the snake, and you could have a "repeat until" block make it keep going until it has no lives.


http://i50.tinypic.com/dx00pd.gif

Offline

 

Board footer