i think its very simple but when i run the game and collect a point with the combo activated, it just lags a lot. it goes from like 60-59 fps to 23-10 fps.
how can i manage this?
It looks to me like the recolorize events could be causing it, maybe.
Like if the timer comboend is greater than 4 sec, the recolorize would keep executing on every frame until the timer resets at 8 sec.
Perhaps manage it with a variable or trigger once.
Also, event 3 from the top, perhaps it’s possible to make it into a sub-event under event 2. So that the collision check happens only once. But it’s probably not a big deal. Same with event 4, can be sub-event for event 5.
And yeah, like PMKNjuice said, it might be a good idea to move the “delete” actions to the bottom of the list in their respective action boxes.