home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / envmain.dir / 00357_rollover7.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  565 b   |  14 lines

  1. on mouseUp
  2.   global languagechosen
  3.   setnavigation(2)
  4.   set the member of sprite 18 to member "envmaintextlight" of castLib languagechosen
  5.   repeat with i = 41 to 46
  6.     set the visible of sprite i to 0
  7.   end repeat
  8.   set the text of member "envpylontext1" to the text of member "envpylontext1" of castLib languagechosen
  9.   set the text of member "envpylonaxis" to the text of member "envpylonaxis" of castLib languagechosen
  10.   set the text of member "envpylontext2" to the text of member "envpylontext2" of castLib languagechosen
  11.   setbanner(2)
  12.   go("pylonpop")
  13. end
  14.