Is it possible to view the drag and drop event blocks as Javascript/text? Say I use the on click event block. Is it possible to view that code in it's Javascript form?
Develop games in your browser. Powerful, performant & highly capable.
No. Events aren’t actually converted into JavaScript. They are converted into data that the construct runtime runs and keeps track of picking and all the other nuances of the event system.