Hi everyone, very newbie question.When you adding more of those complex things - numbers, x.y etc... are those html tags or javascript? (I would like to learn the language and have a bit understanding of what is going on) Thank you.
Every single event in the construct 2 engine is written in javascript, the only html the engine has is the index.html file which holds the canvas tag and the src link file to the javascript.
If you want to learn javascript learn it from https://www.w3schools.com.
Develop games in your browser. Powerful, performant & highly capable.
https://www.codecademy.com/learn is also a good website to learn it from, It teaches you from the very basics like
var name="String"; var health=100; var is_running=false; [/code:3ccryonk] Then teaches you what everything is and guides you thru specific lessons to further your understanding of each particular subject
thank you guys i started with codecombat.com it's so much fun