DrawDXTransparentAnimation(AnimationNumber, XPosition, YPosition, Width, Height, Mode)

Draw a resized animation on a defined position using a color key as transparent color, this command is faster than DrawDXAnimation(), but can't be resized. The mode define how is played the animation, you can use the constant #VMB_ANIMATION_PLAYLOOP to play it on continous mode, or #VMB_ANIMATION_PLAYONCE to play once.