home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / envmain.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  806 b   |  32 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(3) = 0 then
  12.       set the member of sprite 10 to member "nothing"
  13.       go("start")
  14.     end if
  15.     if rollOver(44) then
  16.       set the blend of sprite 41 to 75
  17.     else
  18.       set the blend of sprite 41 to 25
  19.     end if
  20.     if rollOver(45) then
  21.       set the blend of sprite 42 to 75
  22.     else
  23.       set the blend of sprite 42 to 25
  24.     end if
  25.     if rollOver(46) then
  26.       set the blend of sprite 43 to 75
  27.     else
  28.       set the blend of sprite 43 to 25
  29.     end if
  30.   end if
  31. end
  32.