home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / icongall.dxr / 00080.ls < prev    next >
Encoding:
Text File  |  1996-07-22  |  281 b   |  12 lines

  1. on exitFrame
  2.   BlendRollovers(3, 14)
  3.   HiliteRollovers(15, 16)
  4.   repeat with n = 3 to 12
  5.     if rollOver(n) then
  6.       set the memberNum of sprite 17 to member (the name of member the memberNum of sprite n && "text")
  7.       updateStage()
  8.     end if
  9.   end repeat
  10.   go(the frame)
  11. end
  12.