Tag: HTML5 (API)

  • 8- Making HTML5 Game: Enemy Respawn. Javascript Tutorial Guide

    Episode 8 about making a video game in HTML5. In this video, we will randomly generate enemies as the time goes to increase the difficulty. Last Episode: https://www.youtube.com/watch?v=7gdtg-KiXEQ Next Episode: http://youtu.be/TnhlOmb2Gxw First Episode: https://www.youtube.com/watch?v=XgK4YaMqQFg If you have any question, feel free to post a comment below or send me a Youtube PM. Start Code: http://pastebin.com/bsxxhLJY…

  • 15- Making HTML5 Game: Polymorphism and Inheritance. Javascript Tutorial Guide

    Episode 15 about making a video game in HTML5. In this video, I cover polymorphism and inheritance which are important aspects of Object-Oriented Programming. Last Episode: https://www.youtube.com/watch?v=zH9z7bs15qk Next Episode: https://youtu.be/dpIADPTu820 First Episode: https://www.youtube.com/watch?v=XgK4YaMqQFg If you have any question, feel free to post a comment below or send me a Youtube PM. Start Code: http://pastebin.com/TA2zpf3p End…

  • 23- Making HTML5 Game: Sprite Animations via Spritesheet. Javascript Tutorial Guide

    Episode 23 about making a video game in HTML5. In this video, I cover sprite animations and how to use spritesheets. Last Episode: https://www.youtube.com/watch?v=RrIfrWlmchA Next Episode: https://youtu.be/K-qi3jzyngs First Episode: https://www.youtube.com/watch?v=XgK4YaMqQFg If you have any question, feel free to post a comment below. Download Code: http://rainingchain.com/tutorial/html5 Original source

  • Why Should I Learn JavaScript?

    Why should I learn JavaScript? Because JavaScript is a web standard for in-webpage apps per the HTML5 standard. Java has been a standard forever. It is so good that even other languages like Scala use the Java Virtual Machine. Java is not the standard for HTML5 because more than half their updates since 2010 have…

  • 9.5: JavaScript setInterval() Function – p5.js Tutorial

    This video covers the setInterval() function in JavaScript in the context of p5.js. setInterval() allows you to execute a given function every N milliseconds. https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setInterval All examples: https://github.com/shiffman/Video-Lesson-Materials Solution to exercise mentioned: https://github.com/shiffman/Video-Lesson-Materials/blob/master/code_p5.js/9.2b_p5.js_setInterval/sketch.js Contact: https://twitter.com/shiffman Next video: https://youtu.be/-jysK0nlz7A All JavaScript/p5.js videos: https://www.youtube.com/user/shiffman/playlists?shelf_id=14&view=50&sort=dd Help us caption & translate this video! http://amara.org/v/Qbtb/ Original source

  • Parallax Scrolling using JavaScript

    Complete parallax website tutorial: Hey YouTube. It’s Nick Here, felling very happy at this moment just recently hit 500 Subscribers so lets celebrate this moment with short and very exciting tutorial. In this tutorial we are going to take a look on how you can achieve parallax scrolling using java Script this is going to…