home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Multimedia Multilingue (Home PC 42) / dictionarvizual.iso / data / branch.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1996-03-13  |  330 b   |  18 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.       end if
  13.     end if
  14.   end if
  15.   setAt(gmovieStack, gLevel, goingTo)
  16.   go(1, goingTo)
  17. end
  18.