home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 June / pcw-0695.iso / system / pcwi.dir / 00024.ls < prev    next >
Encoding:
Text File  |  1995-04-12  |  100 b   |  9 lines

  1. on enterFrame
  2.   sound stop 1
  3.   sound playFile 1, "vidwin.wav"
  4. end
  5.  
  6. on exitFrame
  7.   go("Vidwin2")
  8. end
  9.