QUOTE (Rukiri @ Aug 4 2011, 12:43 PM)

QUOTE (Ty @ Aug 4 2011, 02:25 AM)

No, Python is not present in Construct 2. Instead, Construct 2 is using Googles V8 Javascript Engine (http://code.google.com/p/v8/) which allows you to extend both the Editor itself and the run time fairly easily using JavaScript. In Construct 1, you had to know C++ to extend the editor and use Python for run time related things. Now all you need to know is JavaScript.
However, that is only for the current implementation of Construct 2. When a EXE exporter is finally made for Construct 2 it will not use JavaScript , but there is no information on what it will use at the current time, other than C++.
Hmm, why would you think it's C++ for the .exe exporter?
Because that is what one of the devs said, but they are unsure if they are going to use Python again for the EXE Exporter for extensions/plugins. LUA is another language that was thrown out there, but the EXE Exporter is a long way off still, and adding a scripting language to it is further still.