home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #3 / BLENDER.iso / pc / files / flshrndm.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  235 b   |  9 lines

  1. on exitFrame
  2.   repeat with n = 19 down to 15
  3.     set the visible of sprite n to rollOver(n)
  4.     set the visible of sprite (n - 5) to rollOver(n)
  5.     set the visible of sprite (n + 5) to rollOver(n)
  6.   end repeat
  7.   go(the frame - 4)
  8. end
  9.