1 decade ago by eka
Hi there.
I'm making a breakout clone and want to add combos, in the way that if you break N bricks without the ball touching other thing (wall, paddle) you get a Combo with bonus points.
I was thinking on Brick death, I have a callback for each brick death. I can add it to a Combo Array and keep a timer to take it as as combo. Or?
What are your Ideas?
I'm making a breakout clone and want to add combos, in the way that if you break N bricks without the ball touching other thing (wall, paddle) you get a Combo with bonus points.
I was thinking on Brick death, I have a callback for each brick death. I can add it to a Combo Array and keep a timer to take it as as combo. Or?
What are your Ideas?