home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 January / WHAT_PC_JAN_96.ISO / whatpc.dir / 00239.ls < prev    next >
Encoding:
Text File  |  1995-11-12  |  165 b   |  11 lines

  1. on enterFrame
  2.   if not soundBusy(1) then
  3.     sound playFile 1, "system\track1.wav"
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   set the visible of sprite 48 to 0
  9.   go("Start2")
  10. end
  11.