// Sory 4 bad engliish
I'm trying to make a "brick breaking" games, and I'm facing some balls breaker problem.
What i want to do :
In order to break one particular type of brick, the player must make the ball collide with it twice in 4 secondes.
So the ball collide with the brick, and then he has 4 secondes to make the ball collide with it a seconde time to kill it.
What i tried :
<img src="http://i.imgur.com/7sdZAP0.jpg" border="0" />
I know it seems too complex for what I try to do but I tried a lot of simpler options and this one is the only one that seems to work half the time.
The problem :
Half the time, the brick die on the first hit.
I don't get it, and i think a could use a fresh look on what i've done.