home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global addlist, addPallist, ADDThisNum, ADDKindList, REFAddWatch, REFaddPallist, REFaddlist, REFADDKindList
- go(the frame)
- win_midiStop()
- puppetSound(0)
- updateStage()
- if REFAddWatch = 0 then
- if count(addlist) = 0 then
- set addPallist to list([1085, 1084], [1087, 1086], [1100, 1099], [1089, 1088], [1091, 1090], [1093, 1092])
- set addlist to list([1079, 1800], [1080, 1800], [0, 0], [1081, 2390], [1082, 1660], [1083, 630])
- set ADDKindList to list(1, 1, 2, 1, 1, 1)
- end if
- set ADDThisNum to random(count(addlist))
- go("ADDVIDEO")
- else
- go("ADDVIDEO")
- end if
- end
-