[Construct 3][Feature Request] Function Advanced :: Call Function on Event Sheet

0 favourites
From the Asset Store
Casino? money? who knows? but the target is the same!
  • Sorry, that was obviously a typo, I meant event sheet, not event list.

    I understand and agree that your solution is more flexible, but it's still a hack :)

  • I'd like to have a plugin that automatically rewrites forum posts to be polite and respectful. I could have used that myself a few times.

  • dop2000

    Sorry, that was obviously a typo, I meant event sheet, not event list.

    I understand and agree that your solution is more flexible, but it's still a hack :)

    Thank You. Although, I don't see why it's a hack.

    Even if it is, it won't be a hack after an official support.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I get the arguments here and I get what you are asking for.

    But it totally goes against the way construct works.

    Events, regardless if functions or not , need to be on an event sheet somewhere.

    And If you want those specific events in event loop for a specific layout you need to include the relevant event sheet in the relevant layout.

    But essentially.

    1) you are asking to call a function from an event sheet that is not included in the current event loop

    2) and you don’t want to move that function to a “globally included” sheet because it breaks code organisation.

    However.

    A function should constructed like a black box

    you should be able move it anywhere you like. (it should not need to be close/under to anything to work)

    and if your function needs to be called from multiple sources then

    Then place it on a globally included functions/events event sheet

    Problem solved.

    And better organised.

    ps .also, if your functions depend on close by local events and variables as you suggest then you are not just talking about calling functions but you are requiring to loop through other events as well thus you need to include those events, vairables and need to include those sheets etc to they are in the event loop. then you should probably group to modularise these and or global them as well.

    basically what you are asking for already exists.

    you just need to organise your events better.

    this is not meant as a troll, I don’t have the time, just my 10cents on the matter

  • NetOne Thank you, those were many of my thoughts as well - this mostly sounds like an organization issue to me. But with any luck the needed documentation will be made available so the author can port his plugin to the new runtime for those who want to use it. Perhaps an appeal to Scirra to get that documentation would be an easier path than trying to have this officially added to the editor. Improved documentation helps the whole community and doesn't leave Scirra with another plugin to test and support.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)