home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 1 / ROOIOOR.bin / rodui2.exe / Menu.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-09-13  |  159 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite 6 to 1
  3. end
  4.  
  5. on mouseUp
  6.   puppetSound(0)
  7.   set the visible of sprite 6 to 0
  8.   updateStage()
  9.   play movie "avi.dir"
  10. end
  11.