Table of Contents

DrawAnimCel

Draws a cel in an animation and give it a hotspot

Synopsis

void DrawAnimCel (ANIM *pAnim, Item bitmapItem, long xPos, long yPos, frac16 frameIncrement, long hotSpot)

Description

Determines the next cel to draw in the animation specified by pAnim and draws it. Lets you draw a hotspot on that frame.

Arguments

The cel is positioned with the hotspot at xPos, YPos.

Associated Files

lib3do.lib, animutils.h

See Also

GetAnimCel, LoadAnim