Thanks for playing. That's a bug I hadn't come across. I tried to set it up so that you could only collect 5 at a time and that it should track which color Jellies you had collected. It might have something to do with the logic around the limit for collecting the Jellies, it's currently only set to check if the count is equal to 5, and then shouldn't allow values greater than 5, but presently doesn't have a check for numbers greater than 5. I had also noticed that although it's only supposed to collect a jelly each time the collection button is released, I have noticed on occasion that it would double the collected jelly but I'm currently unsure how to fix that. Thanks for letting me know.