Processes every AnimOb in the current animation list.
Source position: agraphics.pas line 2069
| procedure Animate( | 
| AnKey: PPAnimOb; | 
| Rp: PRastPort | 
| ); | 
| AnKey | 
 | Address of the variable that points to the head AnimOb | 
| Rp | 
 | Pointer to the RastPort structure | 
For every AnimOb in the list:
for each component of the AnimOb:
| 
 | Add an AnimOb to the linked list of AnimObs. |