Top "Gml" questions

Game Maker Language (GML) is an interpreted scripting language developed for use with a computer game creation application called Game Maker.

How to freeze sprite animation on last frame?

I want to make a sprite in game maker that contains 5 sub images to stop when it reaches the last …

game-maker gml
calling script_execute with a variable

I'm using GameMaker:Studio Pro and trying to execute a script stored in a variable as below: script = close_dialog; …

gml game-maker
Game Maker Language new line

I am writing a GML script and wanted to know how to make a message appear on the next line: …

game-maker gml game-maker-language game-maker-studio-2 game-maker-studio-1.4
Waiting in GameMaker: Studio

I composed a script in GML that is supposed to wait a few seconds before executing a script, but I …

wait gml
When I have two orientation quaternions, how do I find the rotation quaternion needed to go from one to the other?

I'm using quaternions in my game, and I'm wondering how, when I have two orientation quaternions, I can get the …

quaternions gml
Transfer layout from networkx to cytoscape

I want to use networkx to generate a layout for a graph. Is it possible to transfer this layout to …

python networkx graph-layout gml cytoscape