def hit_test(self, x, y): b = Thing.hit_test(self, x * TheWorld.scale, y * TheWorld.scale) if b: print "BOING" return b