home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccmain.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  1.2 KB  |  47 lines

  1. on exitFrame
  2.   global framecount, currentrollover
  3.   if the visible of sprite 48 = 1 then
  4.     menurollover()
  5.   else
  6.     if rollOver(16) then
  7.       checkrollover(3, 6)
  8.       go("ccmain1")
  9.     else
  10.       if rollOver(17) then
  11.         checkrollover(7, 8)
  12.         go("ccmain2")
  13.       else
  14.         if rollOver(18) then
  15.           checkrollover(9, 9)
  16.           go("ccmain3")
  17.         else
  18.           if rollOver(20) then
  19.             checkrollover(10, 12)
  20.             go("ccmain4")
  21.           else
  22.             set the visible of sprite currentrollover to 0
  23.             set currentrollover to 0
  24.             if rollOver(44) then
  25.               set the blend of sprite 41 to 75
  26.             else
  27.               set the blend of sprite 41 to 25
  28.             end if
  29.             if rollOver(45) then
  30.               set the blend of sprite 42 to 75
  31.             else
  32.               set the blend of sprite 42 to 25
  33.             end if
  34.             if rollOver(46) then
  35.               set the blend of sprite 43 to 75
  36.             else
  37.               set the blend of sprite 43 to 25
  38.             end if
  39.             go("CCMAIN")
  40.           end if
  41.         end if
  42.       end if
  43.     end if
  44.   end if
  45.   go(the frame)
  46. end
  47.