Sorry I didn't really describe my use case very well and maybe some of this is just confusion on my part. Let me take another swing at this:
I create a new JavaScript project because I have a back end server using WebSockets that needs to process incoming/outgoing network events, stream down server generated assets, etc.
However when I create a new event sheet in my project it doesn't seem to be picking up things like keyboard input or basic tick handlers. Additionally I would like to process some things before the sheets tick event are processed and then other actions/operations after all the sheets have been "ticked".
Is this possible and if so is there any examples of such a use case implemented I can review?
Thank you so much for your help!