;+ ; ; file cpmovidisplay.common - common block for CP display software ; ;- common movidisplay, $ movifile, $ ; String of all the filenames to be ; used as movie frames for normal ; images. They are preceded by ; 'No_file_entered #' and separated ; by a '#'. If selected file is already ; a movie file, then that filename is ; preceded by "MO_VIE" ; movidiff1, $ ; String of all the filenames to be ; used as movie frames for difference ; base images. They are preceded by ; 'No_file_entered #' and separated ; by a '#'. ; movidiff2, $ ; String of all the filenames to be ; used as movie frames for difference ; subtraction images. They are ; preceded by 'No_file_entered #' ; and separated by a '#'. ; movfram, $ ; frame counter for number of normal ; image filenames entered to be movie ; frames ; framdiff1, $ ; frame counter for number of ; difference base image filenames ; entered to be movie frames ; framdiff2, $ ; frame counter for number of ; difference base image filenames ; entered to be movie frames ; already, $ ; 0 means the selected filename is ; a CP data file not an already ; saved movie file. ; 1 means the selected filename is ; already a saved movie file. As ; such it can't be used as a movie ; frame. ; saveme ; 0 means don't save move ; 1 means while showing the movie ; write frames to a file.