• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM Particles keep disappearing

Liam Earles

Member
So, I was working on a snow particle effect for my game, and while the particle is created successfully, it would only be created once. I'm trying everything I could to loop the effect but I can't find anything about recreating the particle effect after being created once.
Here's the piece of code for the snow object that I'm making with the create event:
Code:
effect_create_above(ef_snow, 0, 0, 1, c_gray);
Any help would be great!
 
Top