JavaScriptのイベントを使用することで、ゲームオブジェクトに新しいビヘイビアを数クリックで作成できます。
GDevelopではゲームのルールを構成させているイベントと同じもの使用し、新しいビヘイビアを作成することが出来ます。
どのようなオブジェクトにもビヘイビアを作ることができ、カスタムアクションや条件を新しいビヘイビアに関連させて作成することが出来ます。
An action is exposed by the behavior, and can be used like any other action in the events.
Read the documentation about custom behaviors.
Behaviors, as well as extensions, can be shared between projects. You can export and import them in a few clicks. If your behavior is generic and reusable in multiple games, you can even submit it to be integrated in the growing list of custom behaviors shared by the community.
Learn how to install community extensions and learn more about extensions.
Want to share your extensions with the community?