home *** CD-ROM | disk | FTP | other *** search
/ Picasso Un Homme, Une Oeuvre, Une Légende / PICASSO.ISO / data / accueil.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  241 b   |  11 lines

  1. on exitFrame
  2.   global gStitchCast, g_sysver
  3.   if (the colorDepth = 8) or (g_sysver < 395) then
  4.     set the castNum of sprite 4 to 9
  5.     set gStitchCast to 9
  6.   else
  7.     set the castNum of sprite 4 to 10
  8.     set gStitchCast to 10
  9.   end if
  10. end
  11.