Ok gotcha. Huh… I think they took that off… because I remember clearly that it said that you needed HTML5 or ALL the others… lol, you’re fine then.
Viewing post in Snake Evolved Danger Edition comments
I will check out yours as soon as I can!
For the snake, I store the position of the snake head every frame and place the following body parts accordingly using a gap in relationship with the moving speed.
Path/Path2D is very useful but I tend to avoid using the PathFollow as it can be really restrictive. For the car I'm using the path but I made my own implementation for the follow so I can handle physics in a better way.