Hi guys! ^_^
I'm developing a side-scrolling platform game with several stages and I created an Event Sheet with all of the player's character programming. I know I can assign an Event Sheet to multiple stage Layouts, but I wasn't able to use that Event Sheet in all layouts, since C2 doesn't have a function to call specific Layouts.
In this case, the correct way to work is:
1. All player's character groups and routines must be on each Event Sheet of each Layout at each stage;
2. Just one Event Sheet with the groups and routines of the player's character, connected to all the layouts of each stage.
Thank you for your attention and cooperation.