home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global whichSampler
- if whichSampler = 1 then
- loopS1()
- else
- if whichSampler = 2 then
- loopS2()
- else
- if whichSampler = 3 then
- loopS3()
- else
- if whichSampler = 4 then
- loopS4()
- else
- if whichSampler = 5 then
- loopS5()
- else
- end if
- end if
- end if
- end if
- end if
- go(marker(0) + 2)
- end
-