home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 April / WHAT_PC_APR_96.ISO / whatpc.exe / whatpc.DXR / 00235.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  142 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\track3.wav"
  6.   end if
  7.   go("Demos2")
  8. end
  9.