Hello, I just wanted to know what type of code you need to know to program stuff in construct 2. Sorry if the title was confusing <img src="smileys/smiley1.gif" border="0" align="middle" />
p.s. I haven't been here in a while, but I plan to be an active member now <img src="smileys/smiley4.gif" border="0" align="middle" />
Construct 2 uses visual event sheets, no code knowledge is required.
http://www.scirra.com/construct2/event-editor
Unless you're talking about making plugins, then it would be javascript.
http://www.scirra.com/forum/javascript-plugin-and-behavior-sdk-documentation_topic44005.html
Thanks!
Wait, I have been doing the beginners tutorial, while looking if I can code anything. Do I need to download that documentation to code stuff, or I am blind and can't find it?
Construct 2 does not use traditional typed coding! It's all done by events. The beginner's tutorial covers how events work.
Thanks, so I can't type code anything? So I have to use the visual sheet things?
Yep, that's the whole point of Construct 2.
Develop games in your browser. Powerful, performant & highly capable.
Doesn't C2 support Python or Java Scripting like in C1 (Pyhton)?
C2 plugins and behaviour are coded in javascript.
HTML5 exported application is exported in javascript.
But, atm, you can't (and don't really need to) use directly javascript into event sheets the way CC integrated python.