Blockland Forums > Modification Help
Animation delay [STILL AWAITING HELP]
Pompmaker1:
I tried animating a playertype, but there's always a delay between animation loops.
How to fix/ make it less?
Demian:
Perhaps you mistyped the start and end frames when you exported it?
Pompmaker1:
--- Quote from: Demian on April 23, 2012, 08:14:13 AM ---Perhaps you mistyped the start and end frames when you exported it?
--- End quote ---
Nope.
Start and end frames are perfectly aligned.
Maybe a script error?
Demian:
It's possible. Post the part that calls the animation.
Pompmaker1:
--- Code: --- sequence0 = "./am_root.dsq root";
sequence1 = "./am_run.dsq walk";
sequence2 = "./am_run.dsq run";
sequence3 = "./am_run.dsq back";
--- End code ---
That should do...
Also, the exporter window:
Enough, or do I need to post more?