home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1995 July / WPC_JULY95.ISO / system / whatpc.dir / 00205.ls < prev    next >
Encoding:
Text File  |  1995-05-14  |  129 b   |  10 lines

  1. on enterFrame
  2.   if not soundBusy(1) then
  3.     sound playFile 1, "system\track5.wav"
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go("Books2")
  9. end
  10.