Programming in GameMaker

Share your creations!






https://gamejolt.com/games/randyscrazymission/836946
Randy's Crazy Mission! - GML programmers and translators needed. Read the article to learn more.


a calm music record



For day 397 of coding, I have changed how return to the title screen works so the changes in options will be retained
I've also learned that if I set variable = an entire array, array functions will affect both. with that in mind, array_copy() is needed.
Hey guys I know I've been MIA for the past while. But I'm still working on the game with a new team. I'm planning on releasing weekly updates on my channel so I'll update yall


For day 384 of coding, I have moved the code for updating the results message into a new function. that function will then run after each total point update
This is to ensure better message accuracy, and to cut out the redundant message checks