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

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