Coding/Programming movement
In GameMaker, some events happen once in a game while another event might happen all the time
Moving the spaceship doesn’t happen once, but ALL THE TIME
So, moving the spaceship will be programmed in a “step event”
Moving the spaceship doesn’t happen once, but ALL THE TIME
So, moving the spaceship will be programmed in a “step event”
How to Use Events in GameMaker
•Let's make “pushing the up arrow” move the ship forwards
•In the Asset Browser, double-click on obj_player1 to open the editor
•In the Asset Browser, double-click on obj_player1 to open the editor