Created
August 31, 2015 01:12
-
-
Save williamngan/2f366c3d91ff07f4dad6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| // Previous code omitted ... | |
| bot = { | |
| animate: function(time, fs, context) { | |
| // Previous code omitted ... | |
| }, | |
| onMouseAction: function(type, x, y, evt) { | |
| // Code to track mouse actions will go here | |
| } | |
| } | |
| space.add( bot ) | |
| space.bindMouse() | |
| space.play() | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment