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!
Develop games in your browser. Powerful, performant & highly capable.
You can run your game in Debug mode.
Using text box could be an option :)
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 :)