Game Development Community

Animated Scrolling Sprites

by USC - IMD student 2 · in Torque Game Builder · 07/18/2006 (7:29 pm) · 2 replies

I want to make an animated scrolling sprite, but it seems like Torque2D only supports sprites that either animate or scroll. is there any way to make sprites that do both?

#1
07/19/2006 (5:45 am)
It only automatically creates scrollers for FULL type static sprites. That's not to say that you can't make an animated sprite scroll.
#2
07/19/2006 (12:49 pm)
Is it possible to scroll an animated sprite through script??