Adding the user-select works great, I added it to every element. Making the bullet disappear though I am having a slight issue with. Works fine if you are shooting one at a time but if you shoot rapid fire and hit the target most of the ammo is not being removed from the DOM. It just stays on the screen where it hit the target. Will keep working on that one since that is the way it should work.
On Sat, Nov 10, 2012 at 4:05 PM, Matthew Hazlett <[email protected]> wrote: > Cool, 2 suggestions. > > 1) Make the damage to the IE logo non-selectable. > > Add this to the css rule: > -webkit-touch-callout: none; > -webkit-user-select: none; > -khtml-user-select: none; > -moz-user-select: none; > -ms-user-select: none; > user-select: none; > > 2) Make the bullet disappear when there is an impact. > > > > On 11/9/2012 7:13 PM, Trevor Orr wrote: > > Not sure how many of you hate Internet Explorer but I sure do. So I wrote > a MooTools game so that I could kill IE whenever I wanted. > > You can too at http://fuckinie.com/ > > > > > > -- Trevor Orr FractOrr Computer Services fractorr.com 541-490-5697
