Construct 3 r333

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Thanks for the bugfixes

    There are 2 issues with how the Custom Actions are displayed:

    ISSUE 1 : The new "overlay icons" are broken for non-family Custom Actions. Example: if I call a "SpriteAction" custom action of a sprite, it only displays the little Lego icon at the bottom right, but it doesn't display the Sprite icon that should be behind. It only works for Families.

    ISSUE 2 : The way actions related to Custom Actions are displayed is inconsistent with everything else in the engine. For example if i have a "call Function" action, or a "set MyVariable to 1" action, "Function" and "MyVariable" are displayed in bold. However "MyCustomAction" is not displayed in bold if I call its related action.

    I also posted a suggestion about how Functions and Custom Actions could have a new "Emit Signal" boolean so we could use them as Better Signal, supporting parameters and same UX/Performance benefits as Functions: construct23.ideas.aha.io/ideas/C23-I-165