home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / gallery.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  312 b   |  11 lines

  1. on exitFrame
  2.   global gLaunchQTButton, gCurrentPicture
  3.   puppetSprite(gLaunchQTButton, 1)
  4.   if gCurrentPicture = 1 then
  5.     set the castNum of sprite gLaunchQTButton to the number of cast "NullPlay"
  6.   else
  7.     set the castNum of sprite gLaunchQTButton to the number of cast "PlayQT"
  8.   end if
  9.   mrUnLoader2()
  10. end
  11.