home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif: Special Edition 1 / cd.iso / pc / Media / Menu.Dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1999-09-24  |  248 b   |  18 lines

  1. on mouseEnter
  2.   go("quit")
  3. end
  4.  
  5. on mouseLeave
  6.   go(1)
  7. end
  8.  
  9. on mouseUp
  10.   puppetSound(0)
  11.   tell the stage
  12.     repeat with toucheclavier = 42 to 66
  13.       set the visible of sprite toucheclavier to 1
  14.     end repeat
  15.     go(1, "ours.dir")
  16.   end tell
  17. end
  18.