Group not active when changing layout. Solution?

0 favourites
  • 4 posts
From the Asset Store
2D fighting template based in the game that defined the fighting games genre.
  • I have 5 layouts (level 1 to 5) that share the same event sheet. So at the end of each level, player can continue to the next level and so on.

    The problem is that when I reach the next level, a lot of events in different groups are not working. Is there a way to completely restart the event sheet?

    I even tried to change to another layout first (main menu) then go back to the next level, but it's still broken.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Disabled Groups are forever disabled if not reactivated unless you restart the application (Considering that you didn't save & load the game state)..

    In other words, groups are persistent.

    The only way you can re-activate them all is to do it manually. You can also use loops to shorten the event count in activating the groups.

  • Your "On start of layout" event should activate the groups that need to be activated and deactivate the groups that need to be deactivated.

    In other words, your own initialisation of the logic of the event sheet as you expect it to work on start of a new level/layout.

    You can put all those actions in a function and call this function on start of the layout.

    In the same order of idea, you can "clean up" in the "On end of layout" event to disable groups that need to be disabled/enable groups that need to be enabled.

  • Thanks guys.

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