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

  1. on exitFrame
  2.   global languagechosen
  3.   setnavigation(3)
  4.   updateStage()
  5.   cursor(4)
  6.   set the visible of sprite 25 to 0
  7.   puppetSprite(25, 1)
  8.   set the visible of sprite 25 to 0
  9.   set the member of sprite 25 to member "envpylonaxis" of castLib languagechosen
  10.   set the text of member "envpylonyaxis" to the text of member "envpylonyaxis" of castLib languagechosen
  11.   puppetTransition(member "faderight")
  12.   set the visible of sprite 25 to 1
  13. end
  14.  
  15. on enterFrame
  16.   set the visible of sprite 25 to 0
  17. end
  18.