rought outline of how to make your own particle generator
create a blank sprite called, uhh, generator or something.
on every tick
percentage chance qualifier
-> spawn mysprite
mysprite on create
-> set random angle/speed/etc
Now you can use the "bullet" behavior on mysprite to make it prevent going through objects flagged as solid.
Ok thanks, that's a good idea. Didn't think about that