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

  1. on exitFrame
  2.   BlendRollovers(3, 13)
  3.   HiliteRollovers(14, 15)
  4.   repeat with n = 3 to 11
  5.     if rollOver(n) then
  6.       set the memberNum of sprite 16 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.