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
umm I dont understand exactly what your saying can you please explain more?
Offline
4lover wrote:
umm I dont understand exactly what your saying can you please explain more?
i dont understand either
Offline
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.
Offline