home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 2 / RO2_CD.bin / menu.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-04-15  |  175 b   |  12 lines

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