#How do i stop an animation playing when another one is playing

1 messages · Page 1 of 1 (latest)

plain lava
#

??

stone drift
#

check if any animtrack is playing

#

if yes

#

then Stop()

random blaze
#

animation priorities

#

lets say one animation is movement 1 and another is action 4

#

then action 4 will override movement 1

#

so only one will play

wheat matrix
#

Give the animations values and if the values are higher than one then run stop() otherwise run stop() for the other animation