Justin Windle

Results 13 comments of Justin Windle

Hi Brian, There isn't currently documentation for Game2d, but I am working on it and will put up an example soon to go along with it. It's quite a simple...

Hi! Thanks for trying sketch and for finding creating this issue. The problem is that mouse events are bound and triggered even if the sketch isn't running (i.e the update/draw...

Looks like this could be a bug, yes—I'll look into that. Although for now it will work if you use `create` instead, passing in the container: ```javascript var test =...

I'm not quite sure what you mean. In the screen shot, that's showing the multitouch (use 2 fingers on a touch device and you should see more than 1 colour.)...

The purpose of the script isn't to align elements, it's to fit them. I would certainly discourage using it just to vertically align something, in fact you wouldn't get the...

They're working for me, but sounds like the stats lib wasn't loading. It could have been that the cdn wasn't serving them - are you still getting the same error?...

I'm rewriting sketch soon to add some nice sugar and reduce code. I like this idea - it shouldn't add much to the codebase to wrap up prototype methods in...

Just pushed feature this to it's own [branch](https://github.com/soulwire/sketch.js/tree/chaining). Check it out - I'll merge into master once thoroughly tested.

If you're using 1.2 then you'll need to run `meteor add check` then possibly `meteor reset`. That should fix it.

Working fine for me in Opera 18.0.1284.68. What's your version / system?