Processes every AnimOb in the current animation list.
Source position: agraphics.pas line 2263
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. |