home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global x
- if x < -550 then
- puppetSprite(2, 0)
- go(#next)
- end if
- if x = -130 then
- puppetSound("Tomesan.AIFF")
- end if
- if x = 400 then
- puppetSound("DEMO2.WAV")
- end if
- if x = 470 then
- puppetSound("MONDAI_S.WAV")
- end if
- if x = 500 then
- sound stop 1
- end if
- set x to x - 2
- set the locH of sprite 2 to x
- go(#loop)
- end
-