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

  1. on mouseUp
  2.   global languagechosen, popup
  3.   cursor(4)
  4.   updateStage()
  5.   set popup to 1
  6.   if the videoForWindowsPresent = 1 then
  7.     set the movieRate of sprite 9 to 0
  8.   end if
  9.   set the visible of sprite 9 to 0
  10.   set the visible of sprite 47 to 0
  11.   set the member of sprite 45 to member "pinkloop"
  12.   set the locH of sprite 45 to 321
  13.   set the locV of sprite 45 to 230
  14.   set the member of sprite 48 to member "CCSGcolorText" of castLib languagechosen
  15.   set the ink of sprite 48 to 0
  16.   set the locH of sprite 48 to 65
  17.   set the locV of sprite 48 to 65
  18.   set the member of sprite 46 to member "CCSGcolorTitle" of castLib languagechosen
  19.   set the locH of sprite 46 to 30
  20.   set the locV of sprite 46 to 20
  21.   set the visible of sprite 48 to 1
  22.   cursor(0)
  23.   updateStage()
  24. end
  25.