home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / introdm.dir / Internal_29.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  219 b   |  11 lines

  1. on enterFrame
  2.   global SupportPath
  3.   sound playFile 1, SupportPath & "PART2.AIF"
  4.   repeat while soundBusy(1)
  5.     nothing()
  6.   end repeat
  7.   sound close 1
  8.   setArrow(100)
  9.   sound playFile 1, SupportPath & "PART2A.AIF"
  10. end
  11.