home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gReturn, gStyle, gRand, gList, gRadio, vmixlist
- if gReturn = EMPTY then
- set the randomSeed to the timer
- createVariableMix()
- createListMix()
- handleSpriteMix()
- writeFieldSeq()
- if vmixlist = [EMPTY, EMPTY, EMPTY, EMPTY] then
- createSong()
- end if
- else
- handleSpriteMix()
- if gStyle then
- set Hs to "Hs" & gStyle
- set the memberNum of sprite (gStyle + 1) to the number of member Hs
- updateStage()
- end if
- if gList then
- set the memberNum of sprite 43 to the number of member "Hlist"
- updateStage()
- end if
- if gRand then
- set the memberNum of sprite 43 to the number of member "Hrandom"
- updateStage()
- end if
- if gRadio then
- set the memberNum of sprite 48 to the number of member "Hradio"
- updateStage()
- end if
- set gReturn to EMPTY
- end if
- end
-