Event - Common Parameters
Event parameters will vary depending on the scene/layer
Last updated
Event parameters will vary depending on the scene/layer
Last updated
A complete event consists of a Trigger Event and a Response Event. By correctly linking the trigger event and the response event, you can achieve interaction and logic functionality.
The trigger event is the condition or action that causes the event to execute (e.g., "click"). These events vary depending on the selected area, so trigger events can be divided into "scene events" and "layer events".
The response event is the operation or feedback that occurs when the trigger event happens (e.g., "redirect to app store"). These events are displayed after adding the trigger event and do not differentiate between scenes and layers.
For creating playable projects with simple logic, regular events are usually sufficient.
However, when dealing with more complex logic and higher difficulty in project creation, you may need to utilize , which are an advanced version of events. Global variables may have a certain level of complexity in understanding, so we recommend understanding and mastering regular events before diving into global variables.
👉Recommended Reading: Event Issues Creation Tips - Event Setting