home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- puppetPalette("Duplicate Windows Palette")
- sound stop 1
- sound fadeIn 1
- if not soundBusy(1) then
- sound playFile 1, "system\track1.wav"
- end if
- end
-
- on exitFrame
- play frame "Anim"
- go("Loading")
- end
-