A film can be developed from using a series of bitmaps (.BMP) which can be displayed in rapid succession. A film is created by saving images using File Save Bitmap (if not already available) and then by creating a file list (see section § 2.7.1.) of bitmap file names in the order they are to be displayed. A list file is a simple comma separated value ASCII file. An example follows:
, A
1, s:\images\image1.bmp
2, s:\images\image2.bmp
3, s:\images\image3.bmp
4, s:\images\image4.bmp
5, s:\images\image5.bmp