home *** CD-ROM | disk | FTP | other *** search
/ MAN Special / MAN.iso / MAN / ESPECIAL.DIR / 00003_especial_1.ls < prev    next >
Encoding:
Text File  |  1997-05-09  |  308 b   |  12 lines

  1. on exitFrame
  2.   if not soundBusy(2) then
  3.     sound playFile 2, "\sonido\espbras.aif"
  4.   end if
  5.   set the visible of sprite 2 to 0
  6.   set the visible of sprite 3 to 0
  7.   set the visible of sprite 4 to 0
  8.   set the visible of sprite 5 to 0
  9.   set the visible of sprite 6 to 0
  10.   set the visible of sprite 23 to 1
  11. end
  12.