home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / MenuSong.dxr / 00101.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  565 b   |  24 lines

  1. on startMovie
  2.   set the visible of sprite 48 to 0
  3.   handlesprite()
  4.   createGlobalVariable()
  5.   createList()
  6.   writeField()
  7.   clearCache()
  8. end
  9.  
  10. on stopMovie
  11.   cursor(4)
  12.   if the optionDown or (the keyCode = 53) or (charToNum(the keyPressed) = 27) then
  13.     IKSynthStop()
  14.     IKStop()
  15.     closeXLib("Xtras\Fileio.X32")
  16.     closeXLib("Xtras\FileUtil.X32")
  17.     closeXLib("Xtras\IKTrack.X32")
  18.   end if
  19.   puppetSprite(48, 1)
  20.   set the visible of sprite 48 to 0
  21.   set the foreColor of field "fieldElencoSongCD" to 0
  22.   set the foreColor of field "fieldElencoSongHD" to 0
  23. end
  24.