home *** CD-ROM | disk | FTP | other *** search
/ Asymetrix Demo / Asymetrix.iso / vbooks / dem_data / howtouse.dir / 00453.ls < prev    next >
Encoding:
Text File  |  1994-11-30  |  631 b   |  24 lines

  1. on exitFrame
  2.   global gLanguageLetter
  3.   puppetSprite(2, 1)
  4.   set the castNum of sprite 2 to the number of cast ("Index" & gAltLanguageLetter)
  5.   puppetSprite(3, 1)
  6.   set the castNum of sprite 3 to the number of cast "SmallGLobe"
  7.   if gAltLanguageLetter = "a" then
  8.     set the locV of sprite 3 to 179
  9.   else
  10.     if gAltLanguageLetter = "b" then
  11.       set the locV of sprite 3 to 204
  12.     else
  13.       if gAltLanguageLetter = "c" then
  14.         set the locV of sprite 3 to 229
  15.       else
  16.         if gAltLanguageLetter = "d" then
  17.           set the locV of sprite 3 to 254
  18.         end if
  19.       end if
  20.     end if
  21.   end if
  22.   updateStage()
  23. end
  24.