Hi Everyone,
I hope I post this topic in the right section. So, I would like to know if it is possible to make "global" events with Construct 2.
Let's take an example. I have 2 layouts using 2 separated event sheets. Like this:
Layout A --> "Event Sheet A"
Layout B --> "Event Sheet B"
Now, there is a specific event in "Event Sheet A" (which only applies to Layout A). Imagine that I want to use it too for Layout B. Do I have to "copy-paste" the event from "Event Sheet A" to "Event Sheet B" ? Or is there a way to make an event available for another Layout ?
I was thinking of a "class" in object oriented programming where you can have public functions and private functions.
I hope I was understandable. Again, I'm really sorry for my mistakes. Thanks a lot guys.