Add a new function the functions group
Right click on the function and choose add parameter
If the Bonus timer is running we will multiply the points before adding them to score and displaying them.
Otherwise just add the points to score and start the Bonus timer and display the points
We should call the increaseScore function when two fruits merge.
Therefore we should call it from our processCollision function.
Update the end of the processCollision function as shown