• 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 [SOLVED] How to create this UI effect?

TheBroman90

Member
When the player gets an important item in my game, I want to display it similar to this image:



Those white triangles that shoot out from the middle and fade out.
Is it possible to draw this fading opacity effect or do I have to use a big sprite?
 

Carbon

Member
Obviously possible, either with vertex or just good old draw_triangle. Big sprites are also easier to implement but takes just a bit more VRAM depending on your game resolution, and you have to be wary of texture swapping.


If its, fast, and simple, and it works, then it works. Don't stress it too much.
 
N

nikoscot

Guest
Maybe you can do something similar with this here:
It's a video on youtube by "The Step Event" and it's about creating a sunburst.
If you tweak it you'll probably get the results you need.
I forgot to mention it's for GMS2 but probably will work on 1.4
 
Top