Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
Hello all! Is there a way to show which actual event is running at any given moment? I'm thinking this could be shown via a text box every tick?
Cheers for any ideas and knowledge!
You can run your game in Debug mode.
Using text box could be an option :)
Develop games in your browser. Powerful, performant & highly capable.
Not sure about a text box, but setting Breakpoints at key events is also an option when running the Debugger, as Maverick1912 pointed out.
Thank you guys, and apologies for the late reply! I'll have to get more familiar with the debug tool- better now than never :)