This may have been asked before, but I can't find anything on the forum
I think that Construct 2 is a great product, but I'm from a programming background and would love to be able just to write JavaScript code and call the functions inside Construct 2.
ie a bit like in Flash,where the IDE can be used to layout the scene, but ActionScript can be used to control all the scene elements etc
Is there some equivalent way to do this in Construct 2, or is the only way to do the coding via the object properties etc.
e.g Can this be done by creating some sort of controller object which is written in JS and added to the scene to control the other objects, and to get messages e.g. click / drag etc from the objects.
Thanks