home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 13 / PCFORMAT.bin / demo.dir / 00050_Script_50 < prev    next >
Text File  |  1995-03-06  |  479b  |  21 lines

  1. on exitFrame
  2.   global gmoviesprite, macintosh
  3.   
  4.   set the visible of sprite 33 to false
  5.   updatestage
  6.   
  7.   set the visible of sprite gmoviesprite to FALSE
  8.   updatestage
  9.   
  10.   --make the channels containg all of the cd buttons invisible
  11.   repeat with c = 11 to 26
  12.     set the visible of sprite c to FALSE
  13.   end repeat
  14.   set the visible of sprite 36 to FALSE
  15.   set the visible of sprite 34 to FALSE
  16.   
  17.   if macintosh then
  18.     set colorDepth = 32
  19.   end if
  20.   
  21. end