[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
%C
) The Reset Picture List/Type command is used before any other picture commands. This command resets the picture buffer (flushes all pictures from memory) and clears the picture list.
With an argument, it changes the picture type. A picture type is specific to a Cogsys mode. Currently, there are two picture types, one for each mode:
1
2
There is no default picture type. Therefore, Reset Picture List/Type must be called before any picture commands are used. By explicitly declaring picture type up front, the chance for confusion (by both user and Cogsys) is reduced.
%C
%C
[pictype
]
%C
made its first appearance in Cogsys 2.9. Earlier versions had
no explicit means of reseting the picture list.
%M2%C2%Q[mypics.txt]#B[1,20]@C
%Q
command
then loads up the PCX Version 5 picture files given in the list file
`mypics.txt'. Now the #B
command displays the first image
for 20 milliseconds at the default position for a Type 2 picture,
(160,140), the center of the screen. Finally, the screen is cleared with
a call to @C
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |