im trying to make a simple game on cocos2d box2d, its basically got two buttons and a label with the points. the points increment by +1 every second.
what im trying to do is, the player taps both buttons sequentially so it has to be 'button1' then 'button2' then 'button1' then 'button2' ..... if this is done properly then the points increment speed should increase, and the faster the buttons are tapped sequentially, the faster the points should increase.
how can i go about doing this? any ideas?