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

  1. on exitFrame
  2.   global languagechosen, sectionnumber
  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.     checkrollovers()
  13.     if rollOver(44) then
  14.       set the blend of sprite 41 to 75
  15.     else
  16.       set the blend of sprite 41 to 25
  17.     end if
  18.     if rollOver(45) then
  19.       set the blend of sprite 42 to 75
  20.     else
  21.       set the blend of sprite 42 to 25
  22.     end if
  23.     if rollOver(46) then
  24.       set the blend of sprite 43 to 75
  25.     else
  26.       set the blend of sprite 43 to 25
  27.     end if
  28.   end if
  29.   if the movieTime of sprite 10 > 8400 then
  30.     go(the frame + 1)
  31.   else
  32.     go(the frame)
  33.   end if
  34. end
  35.