home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ssmain.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  751 b   |  31 lines

  1. on exitFrame
  2.   global gHighlightColor, gLowlightColor, gOldLine, languagechosen
  3.   if the visible of sprite 48 = 1 then
  4.     if rollOver(48) then
  5.       set tempmouseline to the mouseLine
  6.       if tempmouseline <> 20 then
  7.         set the locV of sprite 47 to 23 + (tempmouseline * 17)
  8.       end if
  9.     end if
  10.   else
  11.     if rollOver(6) = 0 then
  12.       go("main")
  13.     end if
  14.     if rollOver(44) then
  15.       set the blend of sprite 41 to 75
  16.     else
  17.       set the blend of sprite 41 to 25
  18.     end if
  19.     if rollOver(45) then
  20.       set the blend of sprite 42 to 75
  21.     else
  22.       set the blend of sprite 42 to 25
  23.     end if
  24.     if rollOver(46) then
  25.       set the blend of sprite 43 to 75
  26.     else
  27.       set the blend of sprite 43 to 25
  28.     end if
  29.   end if
  30. end
  31.