From the course: JavaScript: Events

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What we'll be building

What we'll be building - JavaScript Tutorial

From the course: JavaScript: Events

Start my 1-month free trial

What we'll be building

So if you've been following along with all the different videos you should be very familiar with working with events. In this last chapter I wanted to walk you through a more complex project. And this is going to be a fun drag and drop build your own snowman project. So it has different kinds of events and it also happens to be touch enabled. So you can use this on your iPad or on your iPhone. And you use your fingers to drag the elements around. I'll start by showing you how to put this together using an Adobe Illustrator file and taking each of these elements and exporting them as SVG files. That will let your game be more compatible with (UNKNOWN) devices. Then we'll take a look at the JavaScript, the HTML, as well as the CSS file. Some of these are pretty simple. We'll also work through some compatibility issues with the different positioning attributes that are available in different browsers. I'll show you how to work with both regular events as well as touch events. And I'll…

Contents