home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1995 November / WHAT_PC_NOV_1995.ISO / system / whatpc.dir / 00196.ls < prev    next >
Encoding:
Text File  |  1999-10-16  |  199 b   |  9 lines

  1. on mouseUp
  2.   sound stop 1
  3.   set the castNum of sprite 15 to 13
  4.   updateStage()
  5.   set the visible of sprite 48 to 1
  6.   mci("open \movies\conquer.avi type avivideo alias video")
  7.   mci("play video")
  8. end
  9.