home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / demo_s.dir / 00071_Script_71 < prev    next >
Text File  |  1994-02-24  |  171b  |  8 lines

  1. on exitFrame
  2.   global gPaletteCount
  3.   if gPaletteCount<28 then
  4.     puppetPalette "colors" & String(gPaletteCount/2)
  5.   else
  6.     puppetPalette "colors16"
  7.   end if
  8. end