animation question
Blitz3D Forums/Blitz3D Beginners Area/animation question| 
 | ||
| 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? | 
| 
 | ||
| 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 | 
| 
 | ||
| You can also use SetAnimTime for manual animation. | 
| 
 | ||
| Thank you, yes this is the solution. I don't why I can't found this command:) |