home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Sound / Juke-Box folder / Juke-Box Demo v 1.1 / Juke-Box Demo v 1.92 / 00228_•MenuINFO.ls < prev    next >
Encoding:
Text File  |  1994-10-17  |  201 b   |  11 lines

  1. on mouseUp
  2.   global MIDIactif, ou
  3.   puppetSprite(34, 1)
  4.   set the castNum of sprite 34 to cast "BoutonON"
  5.   updateStage()
  6.   set MIDIactif to 0
  7.   midiplay("stop")
  8.   puppetSprite(34, 0)
  9.   go("main")
  10. end
  11.