Game Development Community

Switching Animations

by Andrew H · in Torque Game Builder · 07/29/2011 (12:29 pm) · 3 replies

How do I give a sprite multiple animations - and then how would I switch between them?

#1
07/29/2011 (10:08 pm)
I'll write up a sample on this in a second, but basically you'll want to define either a class or a behavior that contains variables naming each of the different animations associated (these variables, essentially, being "states" of the object). I'll post again once I've got it written up.
#3
07/30/2011 (7:46 am)
Oh, okay. Thanks!