Games Achievements My Kong Sign In

db101's Comments

Comment

Shootorial #7

Play Shootorial #7

Jun. 02, 2009

Rating: 0

Ranjan: insead of ~~~~~~~~~~ if(type == 2) { for(var i in _root.ship.enemies) { _root.ship.enemies[i].explode(); } } ~~~~~~~~~~ try ~~~~~~~~~~ if(type == 2) { for(var i in _root.ship.enemies) { _root.ship.enemies[i].takeDamage(); } } ~~~~~~~~~~ how the hell can I add line breaks here? :|

Shootorial #7

Play Shootorial #7

Jun. 02, 2009

Rating: 0

Yapyap: Math.random() generates a random number between zero and one, including zero (but not one). Math.floor(someNumber) rounds "someNumber" down the the nearest integer (for example if someNumber = 17.4 then Math.floor(someNumber) would be 17). Math.floor(Math.random()) will always give you a zero unless you multiply the random by a number greater than one.

Shootorial #5

Play Shootorial #5

May. 10, 2009

Rating: 0

Crytter: I had that problem too, and this is what's wrong: for(var i in _root.enemies[i]) should be for(var i in _root.ship.enemies)

Kongai

Play Kongai

Apr. 07, 2008

Rating: 0

When you click "Host Game" you can only pick 3- or 5-card games... I wish there was a cancel button. Great game though! I'm looking forward to the final release.

Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2025 Kongregate