home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccsg.dir / 00143.ls < prev    next >
Encoding:
Text File  |  1997-02-27  |  685 b   |  29 lines

  1. on exitFrame
  2.   global popup
  3.   if popup = 1 then
  4.     if (rollOver(44) = 0) and (rollOver(45) = 0) then
  5.       cursor(4)
  6.       resetafterpopup()
  7.     end if
  8.   else
  9.     if the visible of sprite 48 = 1 then
  10.       if rollOver(48) then
  11.         set tempmouseline to the mouseLine
  12.         if tempmouseline <> 20 then
  13.           set the locV of sprite 47 to 23 + (tempmouseline * 17)
  14.         end if
  15.       end if
  16.     else
  17.       evaluate2()
  18.       if rollOver(10) then
  19.         setwarning()
  20.       else
  21.         if the name of the member of sprite 10 <> "CCSGcovers0" then
  22.           set the member of sprite 10 to member "CCSGcovers0"
  23.         end if
  24.       end if
  25.     end if
  26.   end if
  27.   go(the frame)
  28. end
  29.