home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1995 November / WHAT_PC_NOV_1995.ISO / system / whatpc.dir / 00093.ls < prev    next >
Encoding:
Text File  |  1999-10-16  |  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.