HTML5 Canvas Throw Physics
- March 9th, 2011
- By Steve
- Write comment
Here’s a little fun one that I made this evening. I’ve used some Flash code that I found and turned it into JS. Every time I do one of these I realise how much easier things are in ActionScript. But that’s not why I’m doing it of course! Still not working 100% in IE. excanvas.js is doing its job and getting the canvas element plus the bouncing ball to show up in IE8, however it’s not playing nicely with the event listeners. Will explore it in more detail soon. Pun intended.
Anyway, here is what I have so far:
http://www.stevekane.com.au/test/canvas/throw.html
- Stevo


