Game Development Community

Checker Demo Tutorial Missing Bit

by Matt Huston · in Torque Game Builder · 07/07/2006 (11:06 am) · 1 replies

This code bit is not in the tutorial. Guess it should be in Part 4.

function RedChecker::onLevelLoaded(%this, %scenegraph)
{
   $redChecker = %this;
}

function BlueChecker::onLevelLoaded(%this, %scenegraph)
{
   $blueChecker = %this;
}

#1
07/12/2006 (4:05 pm)
Thanks for finding this, when I get a chance I'll check it out... thanks for posting ! :)