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
is there a way to comment an event ? you know just turn it "OFF" . i find it helpful to comment some piece of code when debugging to isolate problem. right now the only way i see is to delete the event.
Use the 'toggle event' in the ribbon bar .
Or use groups, they have a comments field. And can be set active or inactive.
Or, use the "always" condition to start event trees, and set the condition inverted to exclude it from running.
Develop games in your browser. Powerful, performant & highly capable.
thanks. sometime the solutions is to evident (sp?) to see. ;D