home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / playsk / dressup.dxr / 00116.ls < prev    next >
Encoding:
Text File  |  1996-06-30  |  279 b   |  10 lines

  1. on exitFrame
  2.   global oldClickon, gPrintTypeList
  3.   repeat with channel = 12 to 18
  4.     set the visible of sprite channel to 0
  5.   end repeat
  6.   set oldClickon to 3
  7.   set the visible of sprite 13 to 1
  8.   set gPrintTypeList to list("BLANK", "B&W", "COLOUR", "MASK", "CANCEL", "OK")
  9. end
  10.