home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / sswa.dir / 00066.ls < prev    next >
Encoding:
Text File  |  1997-03-07  |  1.2 KB  |  49 lines

  1. on exitFrame
  2.   global gHighlightColor, gLowlightColor, gOldLine, languagechosen, positionofFrame, clickedon, countryName, couldbe
  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.     go(the frame)
  11.   else
  12.     cursor(0)
  13.     if rollOver(1) then
  14.       set the member of sprite 47 to member "sswabanner" of castLib languagechosen
  15.     end if
  16.     set positionofFrame to the frame - 5
  17.     checkNodeRoll()
  18.     if rollOver(4) then
  19.       checkCountryRoll()
  20.     end if
  21.     if rollOver(6) then
  22.       set the visible of sprite 7 to 1
  23.     else
  24.       set the visible of sprite 7 to 0
  25.     end if
  26.     if rollOver(8) then
  27.       set the visible of sprite 9 to 1
  28.     else
  29.       set the visible of sprite 9 to 0
  30.     end if
  31.     if rollOver(44) then
  32.       set the blend of sprite 41 to 75
  33.     else
  34.       set the blend of sprite 41 to 25
  35.     end if
  36.     if rollOver(45) then
  37.       set the blend of sprite 42 to 75
  38.     else
  39.       set the blend of sprite 42 to 25
  40.     end if
  41.     if rollOver(46) then
  42.       set the blend of sprite 43 to 75
  43.     else
  44.       set the blend of sprite 43 to 25
  45.     end if
  46.   end if
  47.   go(the frame)
  48. end
  49.