home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / FLSHBACK.DIR / 00090.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  273 b   |  14 lines

  1. on exitFrame
  2.   global gIndex
  3.   repeat with n = 7 to 18
  4.     set the visible of sprite n to rollOver(n) and (gIndex <> n)
  5.   end repeat
  6.   if soundBusy(2) then
  7.   else
  8.     set gIndex to 0
  9.     puppetSprite(19, 0)
  10.     set the volume of sound 1 to 255
  11.   end if
  12.   go(the frame)
  13. end
  14.