Ron,
There is no way to change the resolution within a script file, however
different script files can have different resolution flics. Then you can
execute them all from a batch file. You wind up shelling out to DOS briefly, so
you get a little flash of black in your presentation, though.
You may also want to change aa.cfg files at that time as well. You can set up
ANIPLAY for a certain resolution, copy the aa.cfg file to another name, and
then copy that file back to aa.cfg whenever you wanted to set up that
particular configuration.
so my batch file might look like:
Play.bat
aniplay 640FLCS.SCR (plays this script of 640 resolution flics)
copy 320.cfg aa.cfg (copies the new aa.cfg file)
aniplay 320FLCS.SCR (plays the script of 320 resolution flics)
-Brian