Game Development Community

WhackAMole Doesnt want to display information

by Angelo · in Torque Game Builder · 05/14/2009 (7:55 am) · 0 replies

edit: I figured out the problem.
I had put the names of the objects in the class section instead of the name section. Is the only difference that im using them as objects they dont need all the fancy stuff that goes with classes?
While im at it I cant seem to find in the documentation what certain things are MoleGuiMissed.text = "Missed:" SPC %this.missedCount; what does SPC do and the same for the @ in this statement %this.playAnimation("animMoleDiveIn" @ %this.moleColor);