home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Multimedia Multilingue (Home PC 42) / dictionarvizual.iso / data / branch.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-03-13  |  413 b   |  22 lines

  1. on mouseUp
  2.   global gmovieStack, gLevel, gLang1
  3.   set gLevel to gLevel + 1
  4.   if gLang1 = 0 then
  5.     set goingTo to "eh"
  6.   else
  7.     if gLang1 = 1 then
  8.       set goingTo to "sh"
  9.     else
  10.       if gLang1 = 2 then
  11.         set goingTo to "fh"
  12.       else
  13.         if gLang1 = 3 then
  14.           set goingTo to "gh"
  15.         end if
  16.       end if
  17.     end if
  18.   end if
  19.   setAt(gmovieStack, gLevel, goingTo)
  20.   go(1, goingTo)
  21. end
  22.