home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / frequent.cst / 00009.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  560 b   |  23 lines

  1. on exitFrame
  2.   -- page number rollover
  3.   pageRollOver 18,23
  4.   
  5.   -- sprites  6-> 9 contain the hyperlink text
  6.   -- sprites 10->13 contain the hyperlink icon
  7.   -- sprites 14->17 contain the hyperlink images
  8.   repeat with n = 6 to 9
  9.     set the visible of sprite (n+4) to rollover(n)
  10.   end repeat
  11.   set TEST = 0
  12.   repeat with n = 14 to 17
  13.     set TEST = TEST + the visible of sprite n
  14.   end repeat
  15.   if TEST then
  16.     repeat with n = 10 to 13
  17.       set the visible of sprite n to FALSE
  18.     end repeat
  19.   end if
  20.   SHAREBUTTON [10, 11, 12, 13]
  21.   go to the frame
  22. end
  23.