У вашего броузера проблема в совместимости с HTML5
http://devjana.net/t3d
Beginner's tutorial on using Torque 3D.Tutorial 1, part a.
Download the PDF instruction for this at devjana.net/t3d - This is "Lesson1 - T3D World Building Basics"
This covers the basics of starting a new project for absolute beginners. Covering the basics like navigating the game space in Torque 3D, controlling you camera, modifying terrain, and placing static objects, this tutorial is part of of the first in a series of T3D video tutorials that will walk a user through creating a functional multiplayer first person shooter (FPS) with the Torque 3D game engine.
Part b of this tutorial covers the use of shape replicators.
Tutorial 2 covers making our simple game multi-player
Tutorial 3 covers Torque Script Basics (I/O, console commands, random numbers, timers)
Tutorial 4 covers Collision handling in script and handling scores and adds a collection element to the game play
Tutorial 5 covers handling this information in a multi-player setting
Tutorial 6 and higher will cover tricks in T3D and/or Torque Script that can be used to enhance your games