Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Ok, so I need to do some OOP in this now, I want to create a sheet that inherits from another sheet, like a base class, is this possible? I have events that would be identical to all sheets, but then events that are specific to certain sheets.
Develop games in your browser. Powerful, performant & highly capable.
right click in event sheet > include event sheet will do just that. If that's not what your looking for then you must use groups. If your coming from a different game engine you may need to adjust the way you think about doing such things.
Thanks, include event sheet is what I need it looks like.