home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gtime1, gwlist1, gnum1
- puppetSound(3, 18)
- updateStage()
- startTimer()
- set gnum1 to 1
- set gtime1 to 15
- waitsndh()
- waith(30)
- repeat with n = 1 to 5
- if (n mod 2) = 1 then
- set the memberNum of sprite 2 to 13
- else
- set the memberNum of sprite 2 to 17
- end if
- updateStage()
- waith(10)
- end repeat
- puppetSound(3, 19)
- waitsndh()
- set gnum1 to 0
- set gtime1 to 1
- set gwlist1 to [1, 3, 3, 3, 0]
- repeat with n = 3 to 6
- puppetSprite(n, 1)
- end repeat
- startTimer()
- end
-
- on waith num
- set num to the timer + num
- repeat while the timer < num
- end repeat
- end
-
- on waitsndh
- repeat while soundBusy(3)
- end repeat
- end
-