In my app I want my new spawned objects "inherit" some variables from their ancestors, or object that created them. Is it possible using events?
No, Construct does not support that directly. But you could make your own classes in python or setup some supers with 's' and manage them from there.