home *** CD-ROM | disk | FTP | other *** search
- on setMonitor
- global gQMix, gDb, gReturn, gNumUser, gMix, gBlue, numTrackList
- repeat with i = 6 to 7
- set the visible of sprite i to 0
- end repeat
- if not gMix then
- set the memberNum of sprite 5 to the number of member "dMix"
- updateStage()
- else
- if gQMix then
- set the visible of sprite 6 to 1
- else
- set the visible of sprite 7 to 1
- end if
- end if
- repeat with i = 11 to 13
- set the visible of sprite i to 0
- end repeat
- case gDb of
- 70:
- set the visible of sprite 11 to 1
- 90:
- set the visible of sprite 12 to 1
- 128:
- set the visible of sprite 13 to 1
- end case
- if numTrackList = [] then
- set numTrackList to [3, 3, 3, 3]
- end if
- repeat with i = 1 to count(numTrackList)
- set Hmarker to "H" & getAt(numTrackList, i) & i
- set the memberNum of sprite (15 + (5 * (i - 1)) + getAt(numTrackList, i)) to the number of member Hmarker
- end repeat
- end
-