• 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!

Particle Function no transparency in sprites (Solved)

Laura Bravo

Member
Using the built in particles system, however when I do all the sprites do not show with their transparency IE they are all squares and the black parts ect that should blend away show. Anyone else have this issue?

code simple enough
effect_create_above(ef_firework, x,y, 1, c_white);
and I put it in every possible slot to get it to work step, end step, begin, draw, ect. Same issue no matter where it is called from.
 
Top