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

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