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

  1. on mouseUp
  2.   set the castNum of sprite 24 to 11
  3.   updateStage()
  4.   set the visible of sprite 48 to 1
  5.   mci("open \nasa\movies\nasa2.avi type avivideo alias video")
  6.   mci("play video")
  7. end
  8.