home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global prevMovie
- repeat with i = 18 to 21
- puppetSprite(i, 1)
- end repeat
- set prevMovie to "body"
- if the machineType <> 256 then
- openXLib("FIXPAL.OBJ")
- set obj to FixPalette(mnew, 0, 0, 640, 480)
- obj(mPatchIt)
- obj(mdispose)
- closeXLib("FIXPAL.OBJ")
- openXLib("COLOURM.OBJ")
- end if
- SetVolume()
- end
-
- on stopMovie
- if the machineType <> 256 then
- closeXLib("COLOURM.OBJ")
- end if
- end
-
- on dolist
- set tmp to the text of field "qtlist"
- set num to the number of lines in tmp
- repeat with i = 1 to num
- set name to item 1 of line i of tmp
- go(name)
- set a to the frame
- set b to (the frame - 10) * 4
- set c to (marker(1) - 11) * 4
- put name into item 1 of line i of tmp
- put a into item 2 of line i of tmp
- put b into item 3 of line i of tmp
- put c into item 4 of line i of tmp
- end repeat
- set the text of field "qtlist" to tmp
- end
-
- on xxx
- global castNumber
- set castNumber to []
- repeat with i = 4 to 13
- append(castNumber, the castNum of sprite i)
- end repeat
- end
-