
12-01-2009, 10:24 PM
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
SetAniTime(file.gani,time,params);
SetAniTime(file.gani,time,params);
SetCharAniTime(file.gani,time,params);
Sets an animation starting at the time given. I know there is a way to set the step of the animation via setani(ani[frame],params), but as far as I know there is no way to set it at a specific time. So for a gani that has frames of different time intervals, it's pretty hard(or impossible), to find the frame that you desire, AND start it where. For example, if I have a gani that has a 1 second 1st frame, and a .5 second 2nd frame, how can I make it start in the middle of frame one(half a second in)?
SetAniTime(dance.gani,.5,null); |
|
|