Car animations in Frogger on Javascript
- by Mijoro Nicolas Rasoanaivo
I have to finish a Frogger game in Javascript for my engineering school degree, but I don't know how to animate the cars. Right now I tried to manipulate the CSS, the DOM, I wrote a script with a setTimeout(), but none of them works.Can I have some help please? Here's my code and my CSS:
<html>
<head>
<title>Image…