Showing results for

player

movement

on manual.gamemaker.io
manual.gamemaker.io › monthly › en › GameMaker Language
audio_listener_velocity
...game where the player has a constant bottom to top movement and the enemies a constant top to bottom movement, you would set the...
manual.gamemaker.io › monthly › en › GameMaker Language
audio_listener_set_velocity
...game where the player has a constant bottom to top movement and the enemies a constant top to bottom movement, you would set the...
manual.gamemaker.io › monthly › en › GameMaker Language
gravity_direction
gravity_direction is one of the "built-in" properties all instances have and can be used to set the direction of movement when the instances...
manual.gamemaker.io › monthly › en › Quick Start Guide
Movement And Controls
...Â
4-Way and 8-Way Movement With The Keyboard4-Way and 8-Way Movement With The Keyboard
Right at the start of this...
manual.gamemaker.io › monthly › en › GameMaker Language
keyboard_set_map
...For example many people use the keys WASD for movement, but then many people also use the arrow keys! So, what to do? Well...
manual.gamemaker.io › monthly › en › The Asset Editors
Parent Objects
...Say you have a "player" object and four different "enemy" objects. Now, you want the player to die if he touches any of these...
manual.gamemaker.io › monthly › en › GameMaker Language
move_and_collide
...This serves to avoid a common problem in platformers, where the downward velocity (gravity) of the player is added to its horizontal speed when...
manual.gamemaker.io › monthly › en › The Asset Editors
Room Properties
...Camera views can also be used in multi-player games or co-op games, as they permit you to create a split-screen setup...
manual.gamemaker.io › monthly › en › The Asset Editors
Physics Objects
...NOTEÂ Physics instances will be flagged as "asleep" when they are no longer under any movement or having interaction with any other physics instance...
manual.gamemaker.io › monthly › en › Quick Start Guide
Drawing
This section, and the following section on Movement and Controls, are aimed at giving you practical examples of GMLÂ Code or GML Visual, to...