home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DEMO / PRG / CIRCLES.ZIP / CIRCLE.EXE / CIRCLE.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1995-02-28  |  236 b   |  13 lines

  1. on exitFrame
  2.   global orgcolor
  3.   cursor(4)
  4.   set orgcolor to the colorDepth
  5.   if orgcolor >= 16 then
  6.     set the colorDepth to 16
  7.     play movie "ci_main.dix"
  8.   else
  9.     set the colorDepth to 8
  10.     play movie "ci_main.dix"
  11.   end if
  12. end
  13.