animation question

Blitz3D Forums/Blitz3D Beginners Area/animation question

Mike0101(Posted 2004) [#1]
If I dont want begin the animation from the first frame
how can I setting this?
For ex:
I have a walk sequence. 20 frames. I want start from the 7th frame. How?


Ross C(Posted 2004) [#2]
Use the extractanimsque command to extract a sequence of frame from 7 to 20. Look into the command to see how it works. Then use the extracted animation sequence in conjunction with the animate command. :o) Sorry about there being no code, but it's late, and i have half an eye open... :S


GfK(Posted 2004) [#3]
You can also use SetAnimTime for manual animation.


Mike0101(Posted 2004) [#4]
Thank you, yes this is the solution. I don't why I can't found this command:)