BMP --- c:\32\grafix contains a lot of useful grafix stuff. BMP2FLK - converts a series of BMP files into a FLK file BMP2PIC - converts a BMP into a PIC file. PLAYFLK - plays a flic of 320x200x24bit Q:What is FLK? A:It's like FLI and FLC except it supports 24bit modes and others. It uses the same compression method such as RLE and DELTA. Play.asm in the \lib\src dir will play these. Add /p to ASM2EXE to add play.obj. You'll also need to add /v too for video.obj. Q:What is PIC? A:Just a grafix format I made but I don't use yet.