home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / woz.Dxr / 00025_Field_25.txt < prev    next >
Text File  |  1997-03-25  |  215b  |  8 lines

  1. on MouseUp
  2.   global sndplay, spritechn
  3.   set the visible of sprite spritechn to FALSE
  4.   set sndplay = "SOUND\ESONIQ\JAZZ.WAV"
  5.   set spritechn = 22
  6.   set the visible of sprite spritechn to TRUE
  7.   go to "1"
  8. end