home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global oldClickon, gPrintTypeList
- repeat with channel = 12 to 18
- set the visible of sprite channel to 0
- end repeat
- set oldClickon to 3
- set the visible of sprite 13 to 1
- set gPrintTypeList to list("BLANK", "B&W", "COLOUR", "MASK", "CANCEL", "OK")
- end
-