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

  1. on enterFrame
  2.   sound stop 1
  3.   sound fadeIn 1
  4.   if not soundBusy(1) then
  5.     sound playFile 1, "system\track6.wav"
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go("Share2")
  11. end
  12.