DrawCel

void DrawCel(number view, number loop, number cel, point position, number priority)

This draws the specified cel at the specified position with the specified priority. The priority specified if the view is drawn in front of, or behind of other objects.

Example
DrawCel(100 2 3 160 120 15)
/* Draws cel 3 of loop 2 of VIEW.000 at (160,120) with priority 15 */