home *** CD-ROM | disk | FTP | other *** search
/ Blaze / Blaze.iso / mac / BLKJKM_A.Dxr / 00129.ls < prev    next >
Encoding:
Text File  |  1997-04-25  |  439 b   |  20 lines

  1. on enterFrame
  2.   global backMarker, escMark, movStart
  3.   puppetPalette("Palette MAC", 60, 0)
  4.   set backMarker to "STAGE"
  5.   set escMark to "ESCSTG"
  6.   set movStart to 1
  7.   preLoadCast("OPENCUR.MOV")
  8.   if the colorDepth >= 16 then
  9.     set the directToStage of cast "OPENCUR.MOV" to 1
  10.   else
  11.     set the directToStage of cast "OPENCUR.MOV" to 0
  12.   end if
  13.   set the visible of sprite 20 to 1
  14. end
  15.  
  16. on exitFrame
  17.   pcmacTran()
  18.   go(the frame + 1)
  19. end
  20.