home *** CD-ROM | disk | FTP | other *** search
- on endsubh
- global gnum1, gland
- cursor([3, 4])
- set gnum1 to getAt([3, 5, 1, 4, 2], gland)
- puppetSound(3, 150)
- noriflyh()
- repeat with n = 18 to 24
- puppetSprite(n, 0)
- end repeat
- puppetSprite(15, 0)
- unLoadCast()
- preLoadMovie("DNORP1" & string(gnum1))
- startTimer()
- repeat while the timer < 30
- end repeat
- go(the frame + 1)
- abort()
- end
-
- on noriflyh
- global gnum1
- preLoadCast(150, 160)
- set h to the locH of sprite (gnum1 + 1)
- set v to the locV of sprite (gnum1 + 1)
- set mh to (640 - h) / 10
- set mv to 96 / 10
- repeat with n = 1 to 10
- startTimer()
- set the locH of sprite 30 to 640 - (mh * n)
- set the locV of sprite 30 to v + 96 - (mv * n)
- set the memberNum of sprite 30 to n + 150
- updateStage()
- repeat while the timer < 5
- end repeat
- end repeat
- set the locH of sprite 30 to 740
- set the locV of sprite 30 to 580
- updateStage()
- end
-