Game Development Community

Sprite Animation Problem. Help me ;O;

by CHOI,WOOSEONG · in Torque Game Builder · 09/30/2009 (3:51 am) · 2 replies

Hi.

im making Sprite Animation.
How to make different delay in each frames by using TGB(Animation Builder)?
ex. total 3 frames ani..
[15dps][20dps][15dps].. dps(delay per second)
I want to know How to Control it

About the author

Recent Threads


#1
09/30/2009 (4:15 am)
The animation can only have 1 frame rate, but you can delay a frame by loading it twice in a row.
#2
10/01/2009 (7:09 pm)
Animation is all about fooling the eye and mind. If you load the same frame multiple times (in the animation builder) it will look like the time is extended on that "frame" in time multiples of the frame rate.

Just try it ;)