home *** CD-ROM | disk | FTP | other *** search
/ MAN Special / MAN.iso / MAN / AMEDIDA.DIR / 00015_morena.ls < prev    next >
Encoding:
Text File  |  1997-05-09  |  378 b   |  16 lines

  1. on exitFrame
  2.   if not soundBusy(2) then
  3.     sound playFile 2, "\sonido\medida.aif"
  4.   end if
  5.   set i to 1
  6.   repeat while i < 49
  7.     set the visible of sprite i to 1
  8.     set i to i + 1
  9.   end repeat
  10.   set the visible of sprite 8 to 0
  11.   set the visible of sprite 9 to 0
  12.   set the visible of sprite 10 to 0
  13.   set the visible of sprite 11 to 0
  14.   set the visible of sprite 13 to 0
  15. end
  16.