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

Question about this tutorial which uses outdated functions.

Retron84

Member
I'm currently going through the tutorial embedded below and it is using some outdated functions. I have time-stamped the video to 5:56 where you can see the code in question.
draw_enable_alphablend has been renamed to gpu_set_blendenable according to this thread I found.
So I assume it just works the same? Or close enough as to work for what was intended?
And there is another function called draw_set_color_write() that I cannot find in the manual, nor can I find reference to it on these forums. Has this been renamed/replaced with something else?
If not, what could I replace it with to get the desired function?
The comments have been disabled on the video so I can't find any answers there.

 
Top