Mouse and Cursor Work
Object Facing Cursor: https://gamedev17.wordpress.com/2012/08/10/making-an-object-face-the-mouse-in-game-maker/
Access to the Downloaded Article
Object following cursor (crosshairs): https://www.youtube.com/watch?v=Om-I-9o_3xQ
Cursor work: https://forum.yoyogames.com/index.php?threads/solved-shooting-towards-mouse-direction.27074/
Virtual Key Codes: https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
Platformer Games
Platformer Game Code: https://www.youtube.com/watch?v=ZFX7IHhZw7g
Need to modify variables---> var name; name = keyboard_check(vk_right);
https://stackoverflow.com/questions/58364744/i-have-a-mysterious-mistake-on-game-maker
Virtual Key Codes: https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes