Hi,
I'm not sure if I'm in the right spot, but I searched and couldn't find the proper place.
Can I create objects in Construct2 like in Object oriented languages?
I want to create a set of several elements that will have the same status (which will be variables) according to the user inputs throughout the gameplay. I want to know if there is a way to create an object like it's done in Java or PHP, when you create, in Java, a product class with several variables and use the same class anywhere needed.
Thanks in advance.
// Marko