you could use r0j0's canvas plugin, and paste the splatters.
or more simpler: AFAIR construct2 can have lots of objects (I've tested like 500 objects at once) and there's no noticeable slowdown. You could implement a limit, as in "if I have more than 100 objects start to delete the older ones to give room to the new ones"
Hope that helps