home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / DATABASE / POWER.DIR / 00059.ls < prev    next >
Encoding:
Text File  |  1996-03-14  |  289 b   |  18 lines

  1. on exitFrame
  2.   repeat with i = 5 to 14
  3.     if i = 10 then
  4.       next repeat
  5.     end if
  6.     if rollOver(i) then
  7.       if i < 10 then
  8.         go(marker(0) + (i - 4))
  9.       else
  10.         go(marker(0) + (i - 5))
  11.       end if
  12.       exit
  13.     end if
  14.   end repeat
  15.   rollOvers()
  16.   go(the frame)
  17. end
  18.