home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / MASTHEAD.DIR / 00114.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  230 b   |  12 lines

  1. on exitFrame
  2.   global n
  3.   repeat with n = 20 down to 17
  4.     if rollOver(n) then
  5.       set the visible of sprite (n - 4) to 1
  6.       next repeat
  7.     end if
  8.     set the visible of sprite (n - 4) to 0
  9.   end repeat
  10.   updateStage()
  11. end
  12.