home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 March / WHAT_PC_MAR_96.ISO / whatpc.dir / 00246.ls < prev    next >
Encoding:
Text File  |  1996-01-10  |  143 b   |  9 lines

  1. on exitFrame
  2.   sound stop 1
  3.   sound fadeIn 1
  4.   if not soundBusy(1) then
  5.     sound playFile 1, "system\track4.wav"
  6.   end if
  7.   go("Demos32")
  8. end
  9.