Search results

  1. Y

    JavaScript Please Help me make the computer game work correctly?

    Hi All, Why won't this JavaScript code work? When I run it in Visual Studio the bird doesn't not move up and down and there no game over box which restarts the came. Please see in the link below at 8 hours and 52 minutes. Best regards, John var hole = document.getElementById("hole")...
  2. Y

    JavaScript Please Help?

    addEventListener("animationiteration"RanHole) How do I add the extension animationiteration in Visual Studio? When I type in addEventListern animationiteration doesn't come up on the list that opens? var hole = document.getElementById("hole"); var game = document.getElementById("game")...
Top