home *** CD-ROM | disk | FTP | other *** search
/ The Weather Channel - Everything Weather / TheWeatherChannel-EverythingWeather-Win31.iso / twcia / calndr1 / calndrx.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  1995-08-25  |  298 b   |  11 lines

  1. on exitFrame
  2.   global CDPath, pictureName
  3.   set the cursor of sprite 7 to -1
  4.   set n to the number of cast pictureName
  5.   set the palette of cast "holder" to n
  6.   puppetPalette(0)
  7.   puppetPalette(n, 60, 1)
  8.   updateStage()
  9.   set the fileName of cast "holder" to CDPath & "calpicts\" & pictureName
  10. end
  11.