[jQuery] Re: Javascript breakout Game

2008-05-23 Thread ontologyonline
I think that ghost block is an unintended glitch :) The only thing I can think of that explains it is that array.splice does not work on removing the last element of an array. But even so, not sure whether I should fix it or keep it there for fun... David Decraene http://ontologyonline.org On

[jQuery] Re: Javascript breakout Game

2008-05-23 Thread David Decraene
Looks like my previous comment did not make it through: the invisible block is a small glitch, but perhaps it more fun to leave it in than to not to :) I think it has something to do with array.splice perhaps not allowing to splice the last element (not really sure otherwise). On May 22, 9:22

[jQuery] Re: Javascript breakout Game

2008-05-22 Thread Theodore Ni
Very nice. I got to 111 points before I got bored; is there supposed to be an invisible block in the upper left for you to keep hitting? :-) On Thu, May 22, 2008 at 2:21 PM, David Decraene [EMAIL PROTECTED] wrote: I took my mind of things and had some fun with jQuery, John's Simple Javascript