Skip to content

Instantly share code, notes, and snippets.

@CuddleBunny
Created September 30, 2015 15:49
Show Gist options
  • Save CuddleBunny/a397afab64c459db9895 to your computer and use it in GitHub Desktop.
Save CuddleBunny/a397afab64c459db9895 to your computer and use it in GitHub Desktop.
Toolkit for CreateJS Snippets
// Mouse Blocker
this.alpha = 0.01;
this.addEventListener('click', function(e) { });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment