List of actions
From Game Maker
Here the list of all standard Drag & Drop actions in Game Maker. For all actions in this wiki, see Category:Actions.
Contents |
[edit] Move
Move
- Start moving in a direction
- Set direction and speed of motion
- Move in the direction of a point
- Set the horizontal speed
- Set the vertical speed
- Set the gravity
- Reverse the horizontal direction
- Reverse the verticle direction
- Set the friction
Jump
- Jump to a given position
- Jump to the start position
- Jump to a random position
- Snap to grid
- Move to contact position
- Bounce against objects
Paths
- Set a path for the instance
- End the path for the instance
- Set the position on the path
- Set the speed for the path
Step
[edit] Main1
Objects
- Create an instance of an object
- Create an instance of an object with a speed and direction
- Create instance of random object
- Change the instance
- Destroy the instance
- Destroy instances at a position
Sprite
Sounds
Rooms
- Go to previous room
- Go to next room
- Restart the current room
- Go to a different room
- If previous room exists
- If next room exists
[edit] Main2
Timing
Info
Game
Recources
[edit] Control
Questions
- If a position is collision free
- If there is a collision at a position
- If there is an object at a position
- If the number of instances is a value
- With a change perform next action
- If the user answers yes to a question
- If an expression is true
- If a mouse button is pressed
- If instance is aligned with grid
Other
Code
Variables
[edit] Score
Score
- Set the score
- If score has a value
- Draw the value of score
- Display the highscore table
- Clear the highscore table
Lives
Health
[edit] Extra
This functionality is only available in the registered version of Game Maker.
Particles
- Create the particle system
- Destroy the particle system
- Clear all particles in the system
- Create a type of particle
- Set the color for a particle type
- Set the life time for a particle type
- Set the motion for a particle type
- Set the gravity of a particle type
- Create secondary particles
- Create a particle emitter
- Destroy an emitter
- Burst a number of particles from an emitter
- Stream particles from an emitter
CD
Other
[edit] Draw
Drawing
- Draw a sprite image
- Draw a background image
- Draw a text
- Draw a text transformed
- Draw a rectangle
- Draw a horizontal gradient
- Draw a vertical gradient
- Draw an ellipse
- Draw a gradient ellipse
- Draw a line
- Draw an arrow
