This is driving me mad!
Trying to make a simple snake type game where the mouse cursor controls the snake.
I have followed an excellent tutorial on how to get the snake to have multiple sections and I love how the snake moves around the screen.
I'm really struggling with how to get the snake to grow by 1 segment each time he eats an apple.
I have a global variable called "SnakeLength" That sets the length of the snake on the start of the layout and then I have an event that when an apple is eaten it adds +1 to "SnakeLength" but this does not affect the length of the snake during the game?????
If anybody would be willing to take a look at my .capx https://dl.dropboxusercontent.com/u/155402113/Mouse_Snake.capx and see how i can get my snake to grow I would really appreciate it!
Thank you,
Matt