Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Información adicional</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page with additional information about programming features" />
<meta name="rh-index-keywords" content="Additional Information" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Buenas prácticas de programación</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains some best practices when programming using GameMaker" />
<meta name="rh-index-keywords" content="Best Practices When Programming" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Operadores Bitwise</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how bitwise operators work" />
<meta name="rh-index-keywords" content="Bitwise Operators" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Funciones de compatibilidad</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various Compatibility Functions" />
<meta name="rh-index-keywords" content="Compatibility Functions" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Guiones de compatibilidad</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the compatibility scripts" />
<meta name="rh-index-keywords" content="Compatibility Scripts" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/Error_Reporting.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Informe de errores</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various Error Reporting systems." />
<meta name="rh-index-keywords" content="Error Reporting" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Errores del compilador</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various compiler errors" />
<meta name="rh-index-keywords" content="Compile Errors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Errores del corredor</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various runner errors" />
<meta name="rh-index-keywords" content="Runtime Errors,Runner Errors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Errores de sintaxis (mensajes de pluma)</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various syntax errors" />
<meta name="rh-index-keywords" content="Syntax Errors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Guía de primitivos y construcción de vértices</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how to set up and use primitives and vertex buffers" />
<meta name="rh-index-keywords" content="Guide To Primitives And Vertex Building" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Guía de uso de Blendmodes</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how blendmodes work." />
<meta name="rh-index-keywords" content="blendmodes,Guide To Using Blendmodes" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Guía para el uso de tampones</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how buffers work" />
<meta name="rh-index-keywords" content="Guide To Using Buffers" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Guía de uso de las partículas</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how to set up and use particles" />
<meta name="rh-index-keywords" content="Guide To Using Particles" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Guía para el uso de sombreadores</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how to set up and use shaders" />
<meta name="rh-index-keywords" content="Guide To Using Shaders" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Funciones obsoletas</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various Obsolete Functions" />
<meta name="rh-index-keywords" content="Obsolete Functions" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/The_File_System.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>El sistema de archivos</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how the GMS file system works for compiled games" />
<meta name="rh-index-keywords" content="The File System" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/Type_Tables.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Tablas de tipos</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Página que muestra las tablas de tipos para diferentes operaciones aritméticas" />
<meta name="rh-index-keywords" content="Tablas de tipos" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/Vectors.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Vectores</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how vectors work" />
<meta name="rh-index-keywords" content="Vectors" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Drag_And_Drop/Drag_And_Drop_Index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>{GML_Visual}</title>
<meta name="generator" content="Adobe RoboHelp 2022" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that indexes all the other GML Visual pages" />
<meta name="rh-index-keywords" content="GML Visual, GameMaker Language" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Funciones de script del bloque de acción</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to make action block script functions" />
<meta name="rh-index-keywords" content="GML Visual Overview - Action Block Script Functions" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Aplicación de acciones a otras instancias</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to apply actions to other instances" />
<meta name="rh-index-keywords" content="GML Visual Overview - Applying Actions To Other Instances" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Cambio de GML Visual a Código</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to change GML Visual to GML code" />
<meta name="rh-index-keywords" content="GML Visual Overview - Changing GML Visual To Code" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Construcción de código de bloque de acción</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to construct GML Visual actions" />
<meta name="rh-index-keywords" content="GML Visual Overview - Constructing Action Block Code" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Resumen de {GML_Visual}</title>
<meta name="generator" content="Adobe RoboHelp 2022" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Overview of GML Visual" />
<meta name="rh-index-keywords" content="GML Visual Overview - Overview" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Opciones del menú del botón derecho del ratón</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining the right mouse button menu options
" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Acciones de audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Section detailing all the Audio actions" />
<meta name="rh-index-keywords" content="GML Visual Overview - Audio Actions Library" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Obtener la longitud del audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Audio Length action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Audio Length" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Obtenga el tono de audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Audio Pitch action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Audio Pitch" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Obtener volumen de audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Audio Volume action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Audio Volume" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Obtenga el volumen maestro</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Master Volume action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Master Volume" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Si el audio está en pausa</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the If Audio Is Paused action" />
<meta name="rh-index-keywords" content="GML Visual Action - If Audio Is Paused" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Si se reproduce el audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the If Audio Is Playing action" />
<meta name="rh-index-keywords" content="GML Visual Action - If Audio Is Playing" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Pausar todo el audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Pause All Audio action" />
<meta name="rh-index-keywords" content="GML Visual Action - Pause All Audio" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Pausa de audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Pause Audio action" />
<meta name="rh-index-keywords" content="GML Visual Action - Pause Audio" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Reproducir audio</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Play Audio action" />
<meta name="rh-index-keywords" content="GML Visual Action - Play Audio" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Reanudar todo el audio</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Resume All Audio action" />
<meta name="rh-index-keywords" content="GML Visual Action - Resume All Audio" />
Expand Down
Loading