home *** CD-ROM | disk | FTP | other *** search
/ Secrets of Stargate / STARGATE.iso / pc / resource / qtpal.xoj / 00012_Script_12 < prev    next >
Text File  |  1994-08-14  |  335b  |  17 lines

  1. on startmovie
  2.   global fixpal
  3.   --openxlib "FixPaletteXObj"
  4.   set fixpal=FixPalette(mNew, the stageLeft, the stageTop, the stageRight, the stageTop)
  5. end startmovie
  6.  
  7. on patchpal
  8.   global fixpal
  9.   fixpal(mPatchIt)
  10. end patchpal
  11.  
  12. on stopmovie
  13.   global fixpal
  14.   fixpal(mDispose)
  15.   --closexlib "FixPaletteXObj"
  16. end stopmovie
  17.