home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / game.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1997-04-08  |  565 b   |  21 lines

  1. on exitFrame
  2.   global languagechosen, irish
  3.   puppetSprite(2, 0)
  4.   puppetSprite(2, 1)
  5.   puppetSprite(6, 1)
  6.   if (irish = 1) and (languagechosen = "english") then
  7.     set the member of sprite 2 to member "irishtext"
  8.   else
  9.     set the member of sprite 2 to member "gametext" of castLib languagechosen
  10.   end if
  11.   puppetSprite(4, 1)
  12.   set the member of sprite 6 to member "gameOK" of castLib languagechosen
  13.   set the locV of sprite 2 to 340
  14.   set the locH of sprite 2 to 148
  15.   set the visible of sprite 2 to 1
  16. end
  17.  
  18. on enterFrame
  19.   set the visible of sprite 2 to 0
  20. end
  21.