Hi,
I'm starting using Scripting in construct 3 and I'm a little lost.
I made a Player class and want to manage events in my class.
Is it possible to access an event in my class like this?
this.on('collision',callback) or somthing like that ?
I don't want to use overlapping because I just want to be triggered one time.
Excuse my English and thx for your help. :)