Is it a good practice to create an EventSheet without any link to any project layout, and in that EventSheet I create all the functions so that I can call them via javascript [runtime.callfunction]?
As the project grows, what are the risks?
Develop games in your browser. Powerful, performant & highly capable.
Yes, it's a common thing. You can store global variables and functions on event sheets without linking them.
That's amazing!
Thanks for the clarification.