How do... Multiple stages that change layout param

0 favourites
  • 2 posts
From the Asset Store
Be quick and choose the right answer for the shown equation.
  • <font face="Arial, Helvetica, sans-serif">I have a layout that has stages (1-30) that will currently launch separate layouts. However, when I make an update to the code, I have to change it in each layout separately. How do I create this smarter so that I only have to change it once to affect all layouts OR should I not have multiple layouts and only have 1? Do I do this through Dictionaries? How do I do that?</font>

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The lack of a way to change the properties of many layouts at once is a real pain in the ass for big projects.

    In some cases, you can override properties with events.

    for example, if all the layouts share an events sheet, you can set 'on start of layout' event that overrides certain properties regardless of the layout.

    but of course, this won't work if the change you want to make is something like the creation/deletion of a whole new layer.

    Alternatively, yes, you can create your own level editor and save the levels via an external file.. but that is a pretty huge topic and i wouldn't actually know which direction to point you in as I have yet to do it myself.

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