I found an old version of Animate - if anyone else has problems with trying to resuscitate obsolete code, these are the missing DEFINES

IFNDEF MOVE_DEFS;
SOUND thud,<tap.wav>;
SOUND robo_thud,<tap.wav>; //??
SOUND splash,<splash.wav>;
DEFINE shadowsprite,<shadow.pcx>;
DEFINE shadowflat,<shadflat.pcx>;
DEFINE DEFAULT_WALK,13.040;
DEFINE DEFAULT_RUN,5.060;
ENDIF;


Ed