home *** CD-ROM | disk | FTP | other *** search
/ MAN Special / MAN.iso / MAN / CREDITOS.DIR / 00008.ls < prev    next >
Encoding:
Text File  |  1997-05-09  |  958 b   |  40 lines

  1. on exitFrame
  2.   if (the movieTime of sprite 6 > (57 * 60)) or (the movieTime of sprite 6 <= 0) then
  3.     set the movieRate of sprite 6 to 0
  4.     if not soundBusy(2) then
  5.       sound playFile 2, "\sonido\creditos.aif"
  6.     end if
  7.   end if
  8.   if rollOver(2) then
  9.     set the visible of sprite 5 to 1
  10.   else
  11.     set the visible of sprite 5 to 0
  12.   end if
  13.   if rollOver(3) then
  14.     set the visible of sprite 4 to 1
  15.   else
  16.     set the visible of sprite 4 to 0
  17.   end if
  18.   if rollOver(10) then
  19.     set the visible of sprite 16 to 1
  20.   else
  21.     set the visible of sprite 16 to 0
  22.   end if
  23.   if rollOver(11) then
  24.     set the visible of sprite 17 to 1
  25.   else
  26.     set the visible of sprite 17 to 0
  27.   end if
  28.   if rollOver(12) then
  29.     set the visible of sprite 18 to 1
  30.   else
  31.     set the visible of sprite 18 to 0
  32.   end if
  33.   if rollOver(2) or rollOver(3) or rollOver(10) or rollOver(11) or rollOver(12) then
  34.     cursorhand()
  35.   else
  36.     cursormain()
  37.   end if
  38.   go(the frame)
  39. end
  40.