a=0 n=0 this.onEnterFrame = function() { if (m.hitTest(pelota)) { if (n == 0) { a += 3; n += 1; } } else { n = 0; } trace(a); };