var fDesc=new Array(); fDesc[0] = "Torque 2D is an extremely powerful and easy to use 2D game engine. Built upon the Torque architecture, Torque 2D offers many of the features found in our cutting edge 3D game engine, but is customized for 2D gameplay. With its intuitive and powerful editor, anyone can jump into game creation with little or no prior programming or game development knowledge. Your license to Torque 2D provides you with a complete 2D feature set.
Torque 2D's Level Editor provides a suite of WYSIWYG tools for designing and editing a game. The Level Editor is fully integrated with the Torque Runtime and provides full access to all Torque subsystems allowing for:
-Object placement and manipulation
-Property inspection and editing
-Importing and managing assets
-Performance profiling
-No compile time
-Particle effects
-Tile manipulation
-Behavior assignment"; 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 = ''; } }