home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 3 / RO3_CD.bin / menu.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1997-11-05  |  181 b   |  12 lines

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