home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccsg.dir / 00251_soakingback.ls < prev    next >
Encoding:
Text File  |  1997-02-27  |  1.1 KB  |  31 lines

  1. on mouseUp
  2.   global languagechosen, foundonce, popup
  3.   cursor(4)
  4.   set popup to 0
  5.   set the member of sprite 10 to member "CCSGcovers0"
  6.   set the member of sprite 44 to member "popupPrevious" of castLib languagechosen
  7.   set the locH of sprite 44 to 159
  8.   set the locV of sprite 44 to 412
  9.   set the member of sprite 45 to member "popupcontents" of castLib languagechosen
  10.   set the locH of sprite 45 to 270
  11.   set the locV of sprite 45 to 412
  12.   set the member of sprite 46 to member "popupcover" of castLib languagechosen
  13.   set the locH of sprite 46 to 382
  14.   set the locV of sprite 46 to 412
  15.   set the visible of sprite 48 to 0
  16.   set the member of sprite 48 to member "popuptext" of castLib languagechosen
  17.   set the ink of sprite 48 to 36
  18.   set the locH of sprite 48 to 180
  19.   set the locV of sprite 48 to 39
  20.   set the member of sprite 47 to member "CCSGBanner" of castLib languagechosen
  21.   set the ink of sprite 47 to 36
  22.   set the locH of sprite 47 to 6
  23.   set the locV of sprite 47 to 456
  24.   updateStage()
  25.   set the movieRate of sprite 9 to 1
  26.   set the visible of sprite 9 to 1
  27.   set foundonce to 0
  28.   set the visible of sprite 47 to 1
  29.   cursor(0)
  30. end
  31.