Hi,
I'm currently making an educational website with HTML5 games, thanks to Construct 2 :)
Actually all the games I'm making have a lot of events in common : many buttons and objects work the same way, the communication between the games and the website uses the same AJAX requests, etc...
So I was wondering if there could be an efficient way to share events with different Construct 2 projects. As for now, if I want to change or add an event or an object in all of my games, I'd have to make a lot of copy/paste...
Is there a more simple and efficient way to share events (or even objects) between multiple projects?
Thanks for reading, any help will be appreciated :)