📄️ What are Actions
Actions in Gdevelop allow you to define specific behaviors or tasks that should be performed when certain conditions are met. They are an essential part of creating interactive and dynamic games.
📄️ Hide & Reveal
In GDevelop, you can control the visibility of objects in your game using the "Hide" and "Reveal" actions. These actions allow you to show or hide objects during gameplay based on certain conditions.
📄️ Change Position
The "Change position" action in GDevelop allows you to modify the position of an object in your game. This action is commonly used to move objects around the screen or reposition them based on certain conditions or events.
📄️ Delete Instance
In GDevelop, you can delete instances of objects during the runtime of your game. Deleting an instance removes it from the scene, allowing you to manage the presence or absence of objects dynamically.