Game Development Community

Advanced Actor Creation Tutorial

by Peter Sigler · in Torque X Platformer Kit · 12/11/2007 (6:29 pm) · 2 replies

I am going through the advanced Actor Creation turtorial in the help and some things seem off.

There are alot more settings than the help shows which hasn't been an issue I guess, but one thing that I think is giving me errors running a level with an enemy in it is the settings at the end for DrillActorComponent:

The screenshot shows 2 Animation transitions: "fall run drill_fall_to_" and "runFall run drill_fall_" and then in
the fromState, toState it has "fall run dri" and "fall run dri" I don't know what all to put in these as they are cut off in the screenshot and the text does not tell what goes in them.

About the author

Recent Threads

  • Can't get started

  • #1
    12/12/2007 (2:28 am)
    Fall run drill_fall_to_rollAnimation
    runFall run drill_fall_to_rollAnimation
    #2
    12/12/2007 (3:48 pm)
    Thanks. That fixed the error I was getting.