animation sequences help

Blitz3D Forums/Blitz3D Programming/animation sequences help

Yue(Posted 2012) [#1]
I have a problem ... I have five animations for a character, these animations are at rest, which goes as follows.

character still
Character scratches his head
Character shoes are tied


Now, if my help have to know how to do something with a timer or three secuancias join animations, ie a few seconds the character is still after other second scratch your head, then look at the time. All animations I have them in different files

Animation 1. B3d
Animation 2. B3d
etc.


GitTech(Posted 2012) [#2]
Have a look at the LoadAnimSeq command:

http://www.blitzbasic.com/b3ddocs/command.php?name=LoadAnimSeq&ref=3d_a-z


Yue(Posted 2012) [#3]
Ok! no problem.

	If Animating(Yue%) = False 
		
		
		Animate Yue, 3,1,Rnd(0,1) ;  2 Animations
		
		
	End If