particles invisble

  1. G

    Particles not showing

    Hello everyone, I have a big problem diplaying particles in my room. Nothing is displayed and I can't figure out why. Here is my code : // Start Game event global.P_System = part_system_create_layer("instance", false); // Start room global.Particle1 = part_type_create(); // Define the...
  2. F

    GameMaker [SOLVED] Particles don't resume after pausing

    After setting up at trail for my spacecraft I wanted the particles to pause along with the other instances. I used part_system_automatic_update() for this. I set it up in my pause event so that whenever the instances were deactivated the function turned of the updates. When the instances were...
  3. Le Slo

    Part type alpha 2

    Hello, I've been playing around with particles for my lasers. I have the following: -3 Particle types (once for the laser beam, another for a different kind of laser (not relevant now) and a last one for the end of the laser (I will call it laser splash from now)). They are global variables...
  4. F

    Particle Problems

    I haven't been able to get particle effects working in the game for the life of me, they seem to be invisible (as in I can't see them but they still lag my game when I try to spawn a lot of them so SOMETHING must be happening) I've tried creating the particles in the draw and step event to no...
Top