this.collide = function(hit) { if (hit.obj.ur !== 'bird') return; game.score++; this.cry("audio/point.qoa"); }