View Single Post
  #1  
Old 12-01-2009, 10:24 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
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);
Reply With Quote