Use the routine addanimob() to add animation objects to the controlled object list. This routine will link the prevob and nextob pointers to chain all the animobs that the system is controlling. struct RastPort myRPort; struct AnimOb myAnimOb; struct AnimOb *animKey; /* Must be initialized with InitAnimate() */ AddAnimOb(&myAnimOb, &animKey, &myRPort);