home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the visible of sprite 48 to 0
- handlesprite()
- createGlobalVariable()
- createList()
- writeField()
- clearCache()
- end
-
- on stopMovie
- cursor(4)
- if the optionDown or (the keyCode = 53) or (charToNum(the keyPressed) = 27) then
- IKSynthStop()
- IKStop()
- closeXLib("Xtras\Fileio.X32")
- closeXLib("Xtras\FileUtil.X32")
- closeXLib("Xtras\IKTrack.X32")
- end if
- puppetSprite(48, 1)
- set the visible of sprite 48 to 0
- set the foreColor of field "fieldElencoSongCD" to 0
- set the foreColor of field "fieldElencoSongHD" to 0
- end
-