Have you tried like this :
1. pick the instances that are in collision (bubble is overlapping bubble)
2. inside this event, pick the instance which have the higher instance variable "points" and add 100*dt to "points" (for example).
3. just below, but still inside the 1st event, pick the instance which have the lower instance variable "points" and retrieve points.
I'm not sure it will work...