Is there a simple tutorial on making something animate?
by J Sears · in Torque Game Builder · 11/07/2011 (6:19 pm) · 3 replies
I was looking through the tutorial to try and find one that covered having something animate as it moved (or animate at all instead of be a static image that moved around). Does anyone have a link to one?
#2
11/07/2011 (6:39 pm)
The basic platformer movement behavior shows how to do this. It basically finds what the user is doing with key presses, then it calls a function to update movement and to pick which animation will play (stand, up, down, or run). This tutorial on platformer movement explains the logic behind all of the code (and it probably the best place to start).
#3
11/08/2011 (9:32 pm)
Great, thank you both.
Associate Scott Burns
GG Alumni