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

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