home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 5 / CDROM05.iso / infantil / musicbox / rehscore.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  377 b   |  16 lines

  1. on exitFrame
  2.   global tune, instrument, speed
  3.   repeat with chan = 1 to 48
  4.     set the visible of sprite chan to 1
  5.   end repeat
  6.   repeat with chan = 3 to 13
  7.     set the visible of sprite chan to 0
  8.   end repeat
  9.   set the visible of sprite 25 to 0
  10.   set the visible of sprite 26 to 0
  11.   set the visible of sprite 27 to 0
  12.   set tune to 0
  13.   set instrument to 0
  14.   set speed to 0
  15. end
  16.