mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00

* By marking an action as asynchronous, the actions and sub-events following it will wait for it to end. This is similar to the "Wait X seconds" action. * Don't forget to use the action *"End asynchronous function"* in the events to mark the end of the action. Otherwise, the action will never end.