This tutorial is part of the EaselJS GitHub repository. Check out the repository for more tutorials and a handful of helpful samples. At its core, the EaselJS mouse interaction model is very simple to use - just assign a listener to a mouse events via the addEventListener method on a display object: circle.addEventListener("click", function(event) { alert("clicked"); }) There are a number of event