home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccpft.dir / 00065_PopupFrameScript4.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  586 b   |  22 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 the movieTime of sprite 10 > 912 then
  14.       set the visible of sprite 6 to 0
  15.       set the text of member "movietext" to the text of member "CCPFTSub4" of castLib languagechosen
  16.       go(the frame + 1)
  17.     else
  18.       go(the frame)
  19.     end if
  20.   end if
  21. end
  22.