Create custom behaviors

في بضع نقرات، يمكنك إنشاء سلوكيات جديدة لعناصر لعبتك - باستخدام الأحداث أو JavaScript.

Flash هو سلوك مخصص تم إنشاؤه مباشرة من GDevelop - يسمح للعنصر بالوميض

إنشاء سلوكيات جديدة - مباشرة من محرر GDevelop

يسمح لك GDevelop بإشاء سلوكيات جديدة، باستخدام نفس الأحداث التي تستخدمها لإنشاء قواعد لعبتك.

  • Want enemies to automatically follow the player? Create a Follower behavior. 🏃‍♂️
  • Want some rockets to target the player? Create a Missile behavior. 🚀
  • Want enemies and the players to have health and take damage? Create a Health behavior. 💊

يمكن إنشاء السلوكيات لأي نوع من العناصر، ويمكنك إنشاء إجراءات وظروفة مخصصة مرتبطة بسلوكك الجديد.

undefined

An action is exposed by the behavior, and can be used like any other action in the events.

Read the documentation about custom behaviors.

استيراد سلوكيات جديدة، تم إنشاؤها من قبل مجتمع GDevelop

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.

  • Create your game by assembling behaviors - perfect for fast prototyping
  • Progressively create custom behaviors for objects in your game - ideal for large games and keeping simple events.

Learn how to install community extensions and learn more about extensions.

Want to share your extensions with the community?

undefined