var fDesc=new Array(); fDesc[0] = "Construct 2 is a ground breaking HTML5 game engine.

It lets anyone make games - without any programming experience.

Construct 2 is suitable for people who:
- Want to start making their own games
- Want to make production quality games
- Want to rapidly prototype new games
- Want to move on from old tech like Flash

Events are a simple way of making your game do what it wants, without need of any programming!

Events are intuitive, in the above example it's easy to see that when the missile hits the monster they will both disappear. A few clicks and it's all done.
Construct 2 is a tool which allows you to do real, productive work in a non-programming system. It does not patronise you with colorful blocks or over-complicated gadgetry. It's great for beginners, and powerful enough to let experts work even quicker than by coding.
Construct 2 is based on the DirectX-powered "Construct Classic" which has been downloaded over half a million times.

With Construct 2 we have completely re-imagined, redesigned and rewritten editor, taking in to account the feedback of thousands of users over the past few years. It's a tried-and-tested formula, refined and polished, and aimed directly at HTML5 development.
If you add physics in your games with Construct 2 it adds a new dimension to your games that will impress everyone who plays them.
Simply drag and drop your object into Construct 2 and add the Physics Behaviour. Take about 10 seconds!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }